-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (95 loc) · 2.47 KB
/
index.html
File metadata and controls
106 lines (95 loc) · 2.47 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="/script.js"></script>
<title>currymuncher</title>
<link rel="icon" type="image/jpg" href="/jordans.jpg">
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
</head>
<body>
<audio id=music src="/godwin.mp3" autoplay></audio>
<header>
<img src="0.png" alt="" class="logo">
<nav>
<ul class="nav-area">
<li><a href="#"></a></li>
<li><a href="https://www.roblox.com/users/1209823123/profile">Roblox</a></li>
<li><a href="#">Home</a></li>
<li><a href="https://discord.com/users/782653892205871144">Discord</a></li>
<li><a href="#"></a></li>
</ul>
</nav>
<br>
<br>
</header>
<h1 id="hello" style="color: rgb(0, 0, 0);">Hello World!</h1>
<p style="color: rgb(109, 106, 106);">⁍ 14 years old </p>
<p style="color: rgb(109, 106, 106);">⁍ developer</p>
<p style="color: rgb(109, 106, 106);">⁍ gamer</p>
<br>
<i
<br>
<img src="https://lanyard.cnrad.dev/api/782653892205871144?borderRadius=5px&idleMessage=im%20busy%20rn&bg=a&animated=true">
</body>
<style>
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
background-image: url(/coolpaper.png);
-webkit-backgrund-size: cover;
background-size: cover;
background-position: center center;
height: 100vh;
font-family: Consolas, monaco, monospace;
font-style: normal;
font-weight: 600;
font-size: 16px;
text-align: center;
}
a{
text-decoration: none;
}
header{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
padding: 30px 70px;
justify-content: center;
}
.logo{
cursor: pointer;
}
.nav-area{
list-style: none;
}
.nav-area li{
display: inline-block;
padding: 0 15px;
text-transform: uppercase;
}
.nav-area li{
text-align: center;
}
.nav-area li a{
transition: .3s;
color: rgb(47, 255, 0);
}
.nav-area li a:hover{
color: rgb(58, 6, 180)
}
</style>
<script>
var vid = document.getElementById("music")
vid.volume = 0.5
</script>
</html>