-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
404.html
62 lines (62 loc) · 2.81 KB
/
404.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
56
57
58
59
60
61
62
<!doctype html>
<html lang="en">
<head>
<title>404</title>
<link rel=”canonical” href=”https://webosu.online/”/>
<meta name="description" content="You shouldnt be here!">
<link rel="icon" href="img/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/picnic.min.css">
<link rel="stylesheet"href="css/main.css">
<link rel="stylesheet"href="css/font.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:[email protected]&display=swap" rel="stylesheet">
</head>
<body>
<!--Nav Bar-->
<nav id="main-nav">
<div class="nav-link">
<a href="index.html" class="brand">webosu!</a>
<a href="new.html" class="pseudo button">New</a>
<a href="hot.html" class="pseudo button">Popular</a>
<a href="browse.html" class="pseudo button">Browse</a>
</div>
<div class="nav-search">
<form action="search.html">
<container id="searchbar" class="searchbar">
<input type="text" name="q" placeholder="Seach for beatmap or enter a Set ID" />
</container>
</form>
</div>
<div class="nav-tool">
<a href="liked.html" class="pseudo button">Favorites</a>
<a href="settings.html" class="pseudo button">Settings</a>
</div>
</nav>
<!--Main page-->
<div class="main-page" id="main-page">
<div class="main-content">
<div class="announcement">
To save the username just type it in the top right & press enter! Join the <a href="https://discord.gg/v7wBtSdYzx">Discord</a> and share your scores!
</div>
<div class="announcement">
Thank you so much to everyone who has been involved with webosu!, especially Lemres who has kept this ship afloat for like 2 years while I did nothing lol
</div>
<br>
<div class="index-area">
<h2>The page you are looking for doesn't exist. Check the URL or click the webosu! button to go home.</h2>
<!--Footer-->
<footer>
<div class="footer">
<div class="footer-infos">
<span class="footer-info">Join the <a href="https://discord.gg/v7wBtSdYzx">Discord server</a>!</span>
<span class="footer-info">Beatmap Mirror <a href="https://catboy.best/">Mino</a></span>
<span class="footer-info">Source code: <a href="https://github.com/BlaNKtext/webosu">Github</a></span>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>