-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (22 loc) · 1021 Bytes
/
index.html
File metadata and controls
28 lines (22 loc) · 1021 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
<!doctype html>
<html lang="en">
<head>
<title>Send Your Files</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/icons/512/syf.png" type="image/png" />
<link rel="apple-touch-icon" href="/icons/512/syf.png" type="image/png"/>
<link rel="stylesheet" href="./src/css/cacaStyle.css" />
<link rel="stylesheet" href="./src/css/popupStyle.css" />
<meta name="theme-color" content="#0b1f2a" />
</head>
<!-- moved it to make it more cleaner :3 -->
<script type="module" src="./src/javascript/script.js"></script>
<script type="module" src="./src/javascript/settings.js"></script>
<script type="module" src="./src/javascript/upload.js"></script>
<!-- ALL THE SETGINGSINGISNGISNIN -->
<script type="module" src="./src/javascript/settings/discordWebhook.js"></script>
<body>
<div id="app"></div>
<script type="module" src="src/App.js"></script>
</body>
</html>