-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
20 lines (20 loc) · 1005 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>404: File not Found! - uTube</title>
<link rel="stylesheet" href="somestyle.css">
<link rel="shortcut icon" href="/OpenSource-uTube/assets/img/favicon.png" type="image/x-icon">
<link rel="icon" href="/OpenSource-uTube/assets/img/favicon.png">
<link rel="preload" href="/OpenSource-uTube/assets/img/favicon.png" as="fetch">
</head>
<body>
<div class="page">
<div class="center">
<h1 style="color: white;">This section of the site is either unavailable or inaccesible</h1>
<h2 style="color: white;">Either to you, in your area, or it straight up just doesn't exist</h2>
<h2 style="color: white;">Don't worry tho, this is a common thing around this site</h2>
<button onclick="location.href='https://ckstudios2018.github.io/OpenSource-uTube';">Return To uTube</button>
</div>
</div>
</body>
</html>