-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
55 lines (55 loc) · 2.47 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
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Name Sillyfyer :3</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/favicon.png">
<meta property="og:title" content="Name Sillyfyer">
<meta property="og:description" content="This website lets you sillyfy your name!">
<meta property="og:url" content="https://bludisanlemon.github.io/Name-Sillyfyer/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://bludisanlemon.github.io/Name-Sillyfyer/images/embed.png">
</head>
<body>
<div id="container">
<h1>Name Sillyfyer :3</h1>
<input id="inputBar"type="text" placeholder="Please type a name">
<br>
<button id="submitBtn">Submit</button>
<div id="result">
<h1 id="result text"></h1>
</div>
<div id="gifs">
<img id="gif" src="images/gifs/gif1.gif" alt="cat">
<img id="gif" src="images/gifs/gif2.gif" alt="cat">
<img id="gif" src="images/gifs/gif3.gif" alt="cat">
<img id="gif" src="images/gifs/gif4.gif" alt="cat">
</div>
<h1 id="credits">
everything in this site is made by Lemon.
<br>
every gif in this site is from tenor.
</h1>
<div id="sounds" style="display: none;">
<audio src="sounds/hi.mp3" id="hi"></audio>
<audio src="sounds/yeah.mp3" id="yeah"></audio>
<audio src="sounds/bye.mp3" id="bye"></audio>
</div>
<a href="https://discord.com/invite/CuwWHHG5hS" id="credits">Join the discord server!</a>
<br>
<h1>Hall of Fame</h1>
<div id="fameImage">
<img src="images/HallOfFame/raylolmrow.png" alt="raylolmrow on discord">
<img src="images/HallOfFame/thunderandy.png" alt="thunderandy on discord">
<img src="images/HallOfFame/dragonkirb.png" alt="dragonkirb on discord">
<img src="images/HallOfFame/chesterismissing.png" alt="chesterismissing on discord">
<img src="images/HallOfFame/marvinmarvmarv.png" alt="marvinmarvmarv on discord">
<img src="images/HallOfFame/doctor.bread.png" alt="doctor.bread on discord">
</div>
</div>
<style background-attachment: fixed;></style>
<script src="index.js"></script>
</body>
</html>