-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
44 lines (41 loc) · 1.65 KB
/
404.html
File metadata and controls
44 lines (41 loc) · 1.65 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cbladeOfficial's Site - 404</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dompurify/dist/purify.min.js"></script>
</head>
<body background="img/bg.jpg" text="white" alink="white" vlink="white" link="white">
<table class="page-table" align="center" border="0" bordercolor="white" cellspacing="0">
<tr class="header">
<td colspan="999" style="padding: 10px;">
<h2>cbladeOfficial's Site</h2>
</td>
</tr>
<tr class="menu" align="center">
<td><a href="index.html">
<div class="paddingmenu">HOME</div>
</a></td>
<td><a href="blog.html">
<div class="paddingmenu">BLOG</div>
</a></td>
<td><a href="projects.html">
<div class="paddingmenu">PROJECTS</div>
</a></td>
<td><a href="contact.html">
<div class="paddingmenu">CONTACT</div>
</a></td>
</tr>
<tr class="content-page">
<td colspan="999">
<h1>404, the page was not found!</h1>
<p>Maybe you have entered the wrong link, or the page doesn't exist yet! Why not try, checking other
pages by clicking the links above?</p>
</td>
</tr>
</table>
</body>
</html>