forked from Damaj301damaj/damaj.tech.old.2
Massive improvements
This commit is contained in:
parent
0e306baacb
commit
aa513e6e41
12 changed files with 171 additions and 5 deletions
13
404.html
Normal file
13
404.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Uh Oh!</title>
|
||||
<link rel="stylesheet" href="/css/404.css" text="text/css"></link>
|
||||
</head>
|
||||
<body>
|
||||
<div class="postContainer">
|
||||
<div class="post">
|
||||
<b>Uh Oh!, This page doesn't exist or you don't have access to it.</b>
|
||||
<p>Return <a href="/">home?</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue