Files
esp-link/html/log.tpl
Thorsten von Eicken 7ade39d986 switch layout to purecss
2015-05-26 00:31:12 -07:00

20 lines
390 B
Smarty

%head%
<div id="main">
<div class="header">
<h1><span class="esp">esp</span> link - Debug Log</h1>
</div>
<div class="content">
<p>The debug log shows the 1024 last characters printed by the esp-link software itself to
its own debug log.</p>
<pre class="console">
%log%
</pre>
</div>
</div>
</div>
<script src="ui.js"></script>
</body></html>