Files
esp-link/html/console.tpl
Thorsten von Eicken 57662b0824 added console web page
2015-05-17 22:54:23 -07:00

12 lines
213 B
Smarty

<html><head><title>Console - ESP Link</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="main">
<h1>ESP Link - Debug Console</h1>
<pre>
%console%
</pre>
</div>
</body></html>