19 lines
330 B
HTML
Raw Normal View History

2021-06-10 20:58:48 +02:00
<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>