forked from Damaj301damaj/damaj.tech
14 lines
337 B
HTML
14 lines
337 B
HTML
<!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>
|