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

20 lines
431 B
Smarty

%head%
<div id="main">
<div class="header">
<h1><span class="esp">esp</span> link - Microcontroller Console</h1>
</div>
<div class="content">
<p>The Microcontroller console shows the last 1024 characters received from UART0, to which
a microcontroller is typically attached.</p>
<pre class="console">
%console%
</pre>
</div>
</div>
</div>
<script src="ui.js"></script>
</body></html>