improved template to support multipart substitution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><title>ESP8266 web server</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
<h1>Multipart</h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
%numbers%
|
||||
</ul>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user