-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
27 lines (27 loc) · 1.26 KB
/
404.html
File metadata and controls
27 lines (27 loc) · 1.26 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
<!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">
<meta name="author" content="Xorzo Scripts">
<link rel="icon" type="image/x-icon" href="/images/logo.png">
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<title>Xorzo Scripts - 404</title>
</head>
<body class="noselect">
<div class="header" id="header">
<div class="liquid"></div>
<img src="/images/logo.png">
<button onclick="location.href='https://google.com';">Tebex</button>
<button onclick="location.href='https://discord.gg/Ssp7AzF3Jr';">Discord</button>
<button onclick="location.href='https://github.com/Xorzo-Scripts';">Github</button>
<button onclick="location.href='docs.html';">Docs</button>
</div>
<div class="heroheader" style="text-align: center;">
<div class="hero">
<h1>404 Error</h1>
<a style="color: #34BC85;"><b>Page was not found...</b></a>
</div>
</html>