-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.07 KB
/
index.html
File metadata and controls
29 lines (28 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>My website</title>
<link rel="stylesheet" href="style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="center">
<marquee class="top-marquee" scrollamount="30">My website :)</marquee>
</div>
<div class="button_center"><div class="round">
<button class="link_entry" onclick="window.location.href = '/reversesinging'">Reverse Singing</button>
<br/>
<br/>
<button class="link_entry" onclick="window.location.href = '/customalerts/index.html'">Custom alerts</button>
<br/>
<br/>
<button class="link_entry" onclick="window.location.href = '/customhtml/index.html'">Custom HTML</button>
<br/>
<br/>
<button class="link_entry" onclick="window.location.href = '/todo-vue'">Todo list i made for fun</button>
<br/>
<br/>
<button class="link_entry" onclick="window.location.href = 'https:\/\/github.com/vtf6259'">Github</button>
</div></div>
</body>
</html>