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

@ -0,0 +1 @@
<base href="/" />

View File

@ -1,6 +1,7 @@
<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>
@ -9,4 +10,4 @@
<p class="error_page__message">You can create new conversation <a class="link" href="/">here</a></p>
</div>
</body>
</html>
</html>

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>

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" -->
<script><!--#include virtual="/interface_config.js" --></script>
<script src="close.js"></script>
<script src="static/close.js"></script>
</head>
<body>
<div class="redirectPageMessage">

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" -->
<script><!--#include virtual="/interface_config.js" --></script>
<script src="close.js"></script>
<script src="static/close.js"></script>
</head>
<body>
<div class="redirectPageMessage">

View File

@ -3,7 +3,7 @@
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../" />
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css">

View File

@ -3,7 +3,7 @@
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../" />
<!--#include virtual="/base.html" -->
<!--#include virtual="/title.html" -->
<link rel="stylesheet" href="css/all.css">

View File

@ -1,6 +1,7 @@
<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>