19 lines
330 B
HTML
19 lines
330 B
HTML
<html>
|
|
|
|
<head>
|
|
<meta http-equiv='refresh' content='5' />
|
|
<title>ESP8266 Demo</title>
|
|
<style>
|
|
body {
|
|
background-color: #cccccc;
|
|
font-family: Arial, Helvetica, Sans-Serif;
|
|
Color: #000088;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Hello from ESP8266!</h1>
|
|
</body>
|
|
|
|
</html> |