27 lines
726 B
HTML
27 lines
726 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>404 - Page not found</title>
|
|
<link rel="stylesheet" href="/bakedres/simple.css" />
|
|
<#META_TAGS>
|
|
</head>
|
|
<body>
|
|
<h1>The page you were looking for doesn't exist!</h1>
|
|
<p>
|
|
URL was: <#URL><br />
|
|
</p>
|
|
<footer>
|
|
<div style="float: left;">
|
|
<a href="/">HOME</a>
|
|
<span>COMMIT: <#COMMIT></span>
|
|
<span>Running since: <#RUNNING_SINCE></span>
|
|
</div>
|
|
</footer>
|
|
|
|
<#ifdef HOTRELOAD>
|
|
<script src="/bakedres/hotreload.js"></script>
|
|
<#endif>
|
|
<script src="/bakedres/theme.js"></script>
|
|
</body>
|
|
</html>
|