浏览代码

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
j8
Aaron van Meerten 9 年前
父节点
当前提交
6170f6c268
共有 2 个文件被更改,包括 1 次插入0 次删除
  1. 0
    0
      base.html
  2. 1
    0
      index.html

+ 0
- 0
base.html 查看文件


+ 1
- 0
index.html 查看文件

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

正在加载...
取消
保存