Browse Source

add support for possible ssi of <base> attribute

left blank in default meet installations, to be overridden by adding <base href="CDN_URL"> to /base.html
master
Aaron van Meerten 8 years ago
parent
commit
6170f6c268
2 changed files with 1 additions and 0 deletions
  1. 0
    0
      base.html
  2. 1
    0
      index.html

+ 0
- 0
base.html View File


+ 1
- 0
index.html View File

@@ -1,5 +1,6 @@
1 1
 <html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
2 2
   <head>
3
+    <!--#include virtual="base.html" -->
3 4
     <!--#include virtual="title.html" -->
4 5
     <script>
5 6
         window.indexLoadedTime = window.performance.now();

Loading…
Cancel
Save