Przeglądaj źródła

Adds default title to static pages.

efficient_tiling
damencho 8 lat temu
rodzic
commit
7da8db74b0
4 zmienionych plików z 4 dodań i 0 usunięć
  1. 1
    0
      404.html
  2. 1
    0
      authError.html
  3. 1
    0
      close.html
  4. 1
    0
      close2.html

+ 1
- 0
404.html Wyświetl plik

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

+ 1
- 0
authError.html Wyświetl plik

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

+ 1
- 0
close.html Wyświetl plik

@@ -1,6 +1,7 @@
1 1
 <html>
2 2
 <head>
3 3
     <link rel="stylesheet" href="css/all.css"/>
4
+    <!--#include virtual="title.html" -->
4 5
     <script><!--#include virtual="/interface_config.js" --></script>
5 6
     <script>function translateStr(id, msg) {
6 7
         var div = document.getElementById(id);

+ 1
- 0
close2.html Wyświetl plik

@@ -1,6 +1,7 @@
1 1
 <html>
2 2
 <head>
3 3
     <link rel="stylesheet" href="css/all.css"/>
4
+    <!--#include virtual="title.html" -->
4 5
     <script><!--#include virtual="/interface_config.js" --></script>
5 6
     <script>function translateStr(id, msg) {
6 7
         var div = document.getElementById(id);

Ładowanie…
Anuluj
Zapisz