forked from EleKtr1X/resistor-decoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (34 loc) · 945 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<!--
WWWWWWWWWWWWWWWWWWWWMM
WW MMMM
WW ////////////////MM MM
WW //////HHHH//////MM MM
WW ////HHIIHHWW////WWWWWWWW
WW ////HHHHHHWW//////// WW
WW //////WWWW////////// WW
WW ////////////HHHHHHWW
WW //MM////////HHIIHHWW
WW //HHMM//////HHHHMM
WW //HHHHMM////WWWW WW
WW //HHHHHHMM// // WW
WW //WWWWWW // WW
WW //// ////// WW
WW WW
WWWW WWWWWWWWWWWW
Made by EleKtr1X :^)
...with Svelte and Vite
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="/favicon.png" />
<script src="https://kit.fontawesome.com/dd456b3c10.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resistor Decoder</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>