Browse Source

fix(static): Add base.

master
Hristo Terezov 4 years ago
parent
commit
0bd96b9c0e

+ 1
- 0
base.html View File

1
+<base href="/" />

+ 3
- 2
static/404.html View File

1
 <html>
1
 <html>
2
 <head>
2
 <head>
3
-    <link rel="stylesheet" href="../css/all.css"/>
3
+    <!--#include virtual="/base.html" -->
4
+    <link rel="stylesheet" href="css/all.css"/>
4
     <!--#include virtual="/title.html" -->
5
     <!--#include virtual="/title.html" -->
5
 </head>
6
 </head>
6
 <body>
7
 <body>
9
         <p class="error_page__message">You can create new conversation <a class="link" href="/">here</a></p>
10
         <p class="error_page__message">You can create new conversation <a class="link" href="/">here</a></p>
10
     </div>
11
     </div>
11
 </body>
12
 </body>
12
-</html>
13
+</html>

+ 3
- 2
static/authError.html View File

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

+ 3
- 2
static/close.html View File

1
 <html>
1
 <html>
2
 <head>
2
 <head>
3
-    <link rel="stylesheet" href="../css/all.css"/>
3
+    <!--#include virtual="/base.html" -->
4
+    <link rel="stylesheet" href="css/all.css"/>
4
     <!--#include virtual="/title.html" -->
5
     <!--#include virtual="/title.html" -->
5
     <script><!--#include virtual="/interface_config.js" --></script>
6
     <script><!--#include virtual="/interface_config.js" --></script>
6
-    <script src="close.js"></script>
7
+    <script src="static/close.js"></script>
7
 </head>
8
 </head>
8
 <body>
9
 <body>
9
 <div class="redirectPageMessage">
10
 <div class="redirectPageMessage">

+ 3
- 2
static/close2.html View File

1
 <html>
1
 <html>
2
 <head>
2
 <head>
3
-    <link rel="stylesheet" href="../css/all.css"/>
3
+    <!--#include virtual="/base.html" -->
4
+    <link rel="stylesheet" href="css/all.css"/>
4
     <!--#include virtual="/title.html" -->
5
     <!--#include virtual="/title.html" -->
5
     <script><!--#include virtual="/interface_config.js" --></script>
6
     <script><!--#include virtual="/interface_config.js" --></script>
6
-    <script src="close.js"></script>
7
+    <script src="static/close.js"></script>
7
 </head>
8
 </head>
8
 <body>
9
 <body>
9
     <div class="redirectPageMessage">
10
     <div class="redirectPageMessage">

+ 1
- 1
static/deviceSelectionPopup.html View File

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

+ 1
- 1
static/dialInInfo.html View File

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

+ 2
- 1
static/recommendedBrowsers.html View File

1
 <html>
1
 <html>
2
 <head>
2
 <head>
3
-    <link rel="stylesheet" href="../css/all.css"/>
3
+    <!--#include virtual="/base.html" -->
4
+    <link rel="stylesheet" href="css/all.css"/>
4
     <!--#include virtual="/title.html" -->
5
     <!--#include virtual="/title.html" -->
5
 </head>
6
 </head>
6
 <body>
7
 <body>

Loading…
Cancel
Save