-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (36 loc) · 1.3 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
<!DOCTYPE html>
<html
lang="en"
class="sidebar-visible js navy"
style="background-color: #161923"
>
<head>
<meta charset="UTF-8" />
<title>Subxt Explorer</title>
<!-- Custom HTML head -->
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#ffffff" />
<link rel="icon" href="favicon.svg" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="stylesheet" href="css/variables.css" />
<link rel="stylesheet" href="css/general.css" />
<link rel="stylesheet" href="css/chrome.css" />
<link rel="stylesheet" href="css/print.css" media="print" />
<!-- Fonts -->
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css" />
<link rel="stylesheet" href="fonts/fonts.css" />
<!-- Highlight.js Stylesheets -->
<!-- <link rel="stylesheet" href="highlight.css" /> -->
<!-- <link rel="stylesheet" href="tomorrow-night.css" /> -->
<link rel="stylesheet" href="css/ayu-highlight.css" />
<link rel="stylesheet" href="css/index.css" />
<!-- Custom theme stylesheets -->
</head>
<body>
<div id="body-container">
<div id="body-container"></div>
<script src="src/index.tsx" type="module"></script>
</div>
</body>
</html>