mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-14 04:56:57 +01:00
12 lines
213 B
Smarty
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>
|