-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1019 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 1019 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">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="flasher.cloud hosts browser-based WebSerial and WebUSB microcontroller flashing utilities."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Aldrich&display=swap" rel="stylesheet" />
<link
rel="icon"
href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><rect width="64" height="64" rx="12" fill="%2307090c"/><path d="M35 4 16 36h14l-3 24 21-34H34l1-22Z" fill="%2324d5ee"/><path d="M15 50h34" stroke="%23e0aa5a" stroke-width="4" stroke-linecap="round"/></svg>'
/>
<title>flasher.cloud</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>