Browse Source

fix: Fixes #8396, wrong ssi includes in offline static page.

j8
damencho 4 years ago
parent
commit
2f7ff37472
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      static/offline.html

+ 4
- 4
static/offline.html View File

2
 
2
 
3
 <head>
3
 <head>
4
   <head>
4
   <head>
5
-    <!--#include virtual="head.html" -->
5
+    <!--#include virtual="/head.html" -->
6
     <meta charset="utf-8">
6
     <meta charset="utf-8">
7
     <meta http-equiv="content-type" content="text/html;charset=utf-8">
7
     <meta http-equiv="content-type" content="text/html;charset=utf-8">
8
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
-    <!--#include virtual="base.html" -->
9
+    <!--#include virtual="/base.html" -->
10
 
10
 
11
     <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
11
     <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
12
-    <!--#include virtual="title.html" -->
12
+    <!--#include virtual="/title.html" -->
13
   </head>
13
   </head>
14
   <style>
14
   <style>
15
     body,
15
     body,
61
   </div>
61
   </div>
62
 </body>
62
 </body>
63
 
63
 
64
-</html>
64
+</html>

Loading…
Cancel
Save