-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 778 Bytes
/
index.html
File metadata and controls
23 lines (21 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<style>
body {background-color: darkslategray; margin: auto; max-width: 700px; max-height: 500px; text-align: center}
h1 {position: center; font-family: Verdana,sans-serif; color: whitesmoke;}
h2 {position: center; font-family: Verdana,sans-serif; color: whitesmoke;}
</style>
<head>
<meta charset="UTF-8">
<title>Install MicroPython</title>
</head>
<body>
<script type="module" src="https://unpkg.com/[email protected]/dist/web/install-button.js?module"></script>
<h1>Flash MicroPython in your Browser!</h1>
<h2>(Chrome / Edge)</h2>
<esp-web-install-button manifest="manifest.json">INSTALL</esp-web-install-button>
<br>
<br>
<a href="https://github.com/esphome/esp-web-tools">Powered by ESP web tools</a>
</body>
</html>