-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.1 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.1 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The official website for Serble. Serble is a collection of created and hosted services.">
<meta name="author" content="CoPokBl">
<title>Serble</title>
<!-- Imports -->
<base href="/"/>
<link href="/src/assets/css/site.css" rel="stylesheet"/>
<link rel="icon" type="image/png" href="/images/fave_icon.png">
<link href="/src/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script src="/src/assets/js/jquery-3.4.1.min.js" defer></script>
<script src="/src/assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/src/assets/js/confetti.js"></script>
</head>
<body style="background-color: #222222;color: #ffffff">
<!-- Confetti Element -->
<canvas class="confetti" width="0" height="0" id="canvas"></canvas>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>