-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (48 loc) · 1.4 KB
/
index.html
File metadata and controls
48 lines (48 loc) · 1.4 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html lang="en">
<head>
<title>SeboTime</title>
<script src="script.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div>
<br>
<h1>SeboTime</h1>
</div>
<div>
<a href="GoodMusic/">SeboTime:GoodMusic</a>
<br>
<br>
<a href="Images/">SeboTime:Images</a>
<br>
<br>
<a href="Videos/">SeboTime:Videos</a>
<br>
<br>
<a href="Fun/">SeboTime:Fun</a>
<br>
<br>
<a href="" onclick="InfoLink()">Info</a>
<div>
<br>
<br>
<br>
<a href="Max/">Max</a>
</div>
</div>
<div>
<br>
<br>
<br>
<br>
<br>
<iframe src="https://discord.com/widget?id=926502673186951168&theme=dark" width="1000" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
<address id="ToggleTheme">
<script src="../ToggleTheme.js"></script>
<br>
<button onclick="ToggleTheme()">Toggle Theme</button>
</address>
</body>
</html>