forked from CKStudios2018/OpenSource-uTube
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
21 lines (21 loc) · 1.29 KB
/
404.html
File metadata and controls
21 lines (21 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en-US">
<head lang="en" typography="" typography-spacing="" standardized-themed-scrollbar="" dark="true" data-arp-injected="true">
<title>404: File not Found! - uTube</title>
<link rel="stylesheet" href="somestyle.css">
<link rel="shortcut icon" href="https://tallerthanshort.github.io/ut3.ggpht/icons/utube.png" type="image/x-icon">
<link rel="icon" href="https://tallerthanshort.github.io/ut3.ggpht/icons/utube.png">
<link rel="preload" href="https://tallerthanshort.github.io/ut3.ggpht/icons/utube.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>
<img src="https://tallerthanshort.github.io/ut3.ggpht/icons/utube.png" style="position: absolute; top: 50px; right: 60px; width: 51px;">
<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://common-codes.github.io/uTube';">Return To uTube</button>
</div>
</div>
</body>
</html>