-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (34 loc) · 1.69 KB
/
index.html
File metadata and controls
42 lines (34 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Joey's Website</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="pic.png">
<script src="script.js"></script>
</head>
<body>
<background></background>
<p id="mainpagetext"> Welcome to my website! I have a few pages - where would you like to go? </p>
<div class="center">
<ul class="ul">
<li><a href="GrumpyCatMeme/grumpy.html"><button class="button">A Grumpy Cat Meme</button></a></li>
<li><a href="calculator.html"><button class="button">Text-Based Calculator</button></a></li>
<li><a href="fakeviruslink.html"><button class="button">Fake Virus Page Link</button></a></li>
<li><a href="madlibs.html"><button class="button">A Madlib</button></a></li>
<li><a href="https://jj.jakenf.repl.co"><button class="button">Fake Discord Replica</button></a></li>
<li><a href="chikn.html"><button class="button">Random Chicken Page</button></a></li>
</ul>
</div>
<p class="center">
<a href="https://twitch.tv/joeyawstreams" target="_blank"><button class="twitchpage">Twitch Page</button></a>
</p>
<p class="twitch">Follow me on Twitch!</p>
<p class="buymygame"> Buy my game here! </p>
<div class="widget">
<iframe frameborder="1px" src="https://itch.io/embed/1423431?bg_color=414141&fg_color=ffffff&link_color=fc0000&border_color=333333" class="widget" width="552" height="167"><a href="https://joeysquatch12.itch.io/skate-dude">Skate Dude by Joeysquatch12</a></iframe>
</div>
<script src="script.js"></script>
</body>
</html>