-
Notifications
You must be signed in to change notification settings - Fork 0
/
notfound.html
24 lines (20 loc) · 939 Bytes
/
notfound.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Byte Dice - 404 Not Found</title>
<link rel="icon" type="image/png" href="/assets/dice.png">
<link href="/global_style.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="dashboard_bar font_config" style="width: auto; height: auto; max-height: none; mask-image: none; background: rgba(0, 0, 0, 0.65); padding: 0px; line-height: 2; padding: 20px; border-radius: 16px;">
Error - 404 - Not Found<br>
Welcome to the void! Do you want a ticket back?<br>
<a href="index.html" style="text-decoration: none;">
<button class="dashboard_button font_config" style="padding-bottom: 0;">YES YES YES</button>
<button class="dashboard_button font_config" style="padding-bottom: 0;">NOOOOOOO</button>
</a>
</div>
</body>