ソースを参照

fix(static): Add base.

master
Hristo Terezov 4年前
コミット
0bd96b9c0e

+ 1
- 0
base.html ファイルの表示

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

+ 3
- 2
static/404.html ファイルの表示

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

+ 3
- 2
static/authError.html ファイルの表示

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

+ 3
- 2
static/close.html ファイルの表示

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

+ 3
- 2
static/close2.html ファイルの表示

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

+ 1
- 1
static/deviceSelectionPopup.html ファイルの表示

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

+ 1
- 1
static/dialInInfo.html ファイルの表示

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

+ 2
- 1
static/recommendedBrowsers.html ファイルの表示

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

読み込み中…
キャンセル
保存