-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (31 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head>
<title>OFFICIAL noobular</title>
</head>
<body>
<audio controls autoplay loop>
<source src="assets/audio/ding.mp3" type="audio/mpeg">
no ding for you :/
</audio>
<div>
<h1><b>Welcome to the OFFICAL NOOBULAR WEBSITE!!!</b></h1>
<p>This is the noobular website</p>
<p>we did it!</p>
<div align=center><a href='https://www.counter12.com'><img src='https://www.counter12.com/img-1Bxy6wY1AAA94y91-90.gif' border='0' alt='counter'></a><script type='text/javascript' src='https://www.counter12.com/ad.js?id=1Bxy6wY1AAA94y91'></script></div>
<h3>🎉🎉🎉 now celebraing OVER 8.1 BILLION VISITS 🎉🎉🎉</h3>
<button onclick="window.location.href='/slop.html'" style="width: 100%; height: 500px; font-size: 80px;">
CLICK TO ENTER <br>
SLOPOPOLIS!!
</button>
<br>
<br>
<button onclick="window.location.href='/hoa.html'" style="width: 100%; height: 100px; font-size: 60px;">
go to the hoa...
</button>
<button onclick="window.location.href='/guestbook.html'" style="width: 100%; height: 100px; font-size: 60px;">
go to the guestbook
</button>
</div>
</body>
</html>