Skip to content

Commit dbf1d14

Browse files
Major UI Overhaul: Premium Dark Glass Theme (v1.1.0)
1 parent 9673a4c commit dbf1d14

File tree

2 files changed

+222
-292
lines changed

2 files changed

+222
-292
lines changed

web-flasher/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Daisy Seed Web Flasher - Karplus-Strong Machine</title>
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
710
<link rel="stylesheet" href="style.css">
811
</head>
912
<body>
@@ -125,13 +128,13 @@ <h4>Activity Log</h4>
125128
<p>Built with ❤️ using WebUSB API |
126129
<a href="https://github.com/willbearfruits/KarplusStrongMachine" target="_blank">View on GitHub</a> |
127130
<a href="README.md">Documentation</a> |
128-
<span class="version">Web Flasher v1.0.8</span>
131+
<span class="version">Web Flasher v1.1.0</span>
129132
</p>
130133
<p class="small">Requires Chrome/Chromium browser with WebUSB support</p>
131134
</footer>
132135
</div>
133136

134-
<script type="module" src="dfu.js?v=1.0.8"></script>
135-
<script type="module" src="flasher.js?v=1.0.8"></script>
137+
<script type="module" src="dfu.js?v=1.1.0"></script>
138+
<script type="module" src="flasher.js?v=1.1.0"></script>
136139
</body>
137140
</html>

0 commit comments

Comments
 (0)