fix(static): Add base.

This commit is contained in:
Hristo Terezov
2020-03-24 14:38:09 -05:00
parent f502e13edc
commit 0bd96b9c0e
8 changed files with 17 additions and 11 deletions

View File

@@ -1,9 +1,10 @@
<html>
<head>
<link rel="stylesheet" href="../css/all.css"/>
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css"/>
<!--#include virtual="/title.html" -->
</head>
<body>
<div class="redirectPageMessage">Sorry! You are not allowed to be here :(</div>
</body>
</html>
</html>