-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (53 loc) · 1.73 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poiret+One&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Extended+Text&display=swap"
rel="stylesheet"
/>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width,height=device-height,initial-scale=1.0"
/>
<title>Neelesh</title>
<script src="https://unpkg.com/[email protected]/build/blotter.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</head>
<body>
<div id="root"></div>
<div class="cursor"></div>
<script type="text/javascript" src="./bundle.js"></script>
<script type="text/javascript" src="./bundle.js"></script>
</body>
</html>