-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
49 lines (46 loc) · 2.13 KB
/
index.html
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
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta property="og:title" content="Buga's Epic Website">
<meta property="og:description" content="A place where a silly purple fella shares projects and tools.">
<meta property="og:image" content="https://buga.lol/logo.png">
<meta property="og:url" content="https://buga.lol">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="BugaSite" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="BugaSite" content="My Awesome Web App">
<title>Buga's Dumb Site</title>
<link href="./style2.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class=site>
<p class="title" class="site2">WELL HELLO THERE</p>
<p class="subtitle" class="site2">Welcome to the dumb website I made for some reason!</p>
<p class="subtitle" class="site2">Below you'll find links to ALLLLLLL the different subpages!</p>
<p class="info" class="site2">This site is still a WIP and new content is being added all the time!</p>
<div>
<form method="get" action="https://bugamashoo.github.io/VGFINAL/">
<button type="submit">Mountain Madness (Browser Game)</button>
</form>
<form method="get" action="https://bugamashoo.github.io/cybertriv/">
<button type="submit">Cybersec Trivia (Broken)</button>
</form>
<form method="get" action="https://bugamashoo.github.io/VG4/">
<button type="submit">Random Project 3 (Bootleg Asteroids)</button>
</form>
<form method="get" action="https://bugamashoo.github.io/ConstrDecoder6.html">
<button type="submit">DCR:Evo Decoder</button>
</form>
<form method="get" action="https://bugamashoo.github.io/trailmakers/">
<button type="submit">Trailmakers Docs</button>
</form>
</div>
</div>
</body>
</html>