-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (22 loc) · 836 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (22 loc) · 836 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link data-trunk rel="copy-dir" href="static/bootstrap-5.3.0-alpha3-dist" />
<link data-trunk rel="copy-dir" href="static/fontawesome-free-6.4.0-web" />
<link rel="stylesheet" href="./bootstrap-5.3.0-alpha3-dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="./fontawesome-free-6.4.0-web/css/fontawesome.min.css" />
<link rel="stylesheet" href="./fontawesome-free-6.4.0-web/css/solid.min.css" />
<style type="text/css">
body {
background: #272C3D !important;
}
.text-bg-override {
background: #454E6A !important;
}
</style>
</head>
<body>
<script data-trunk src="./bootstrap-5.3.0-alpha3-dist/js/bootstrap.min.js"></script>
</body>
</html>