You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
esp-link/html/console.tpl

12 lines
213 B

<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>