Commit ef6c1596 by kubisk

dos

parent 7236f768
...@@ -81,6 +81,16 @@ ...@@ -81,6 +81,16 @@
{:block name='css'}{:/block} {:block name='css'}{:/block}
<link rel="stylesheet" type="text/css" href="__CDN__/css/notify.css?version={:$version}" media="all" /> <link rel="stylesheet" type="text/css" href="__CDN__/css/notify.css?version={:$version}" media="all" />
<link rel="stylesheet" type="text/css" href="__CDN__/css/index.css?version={:$version}" media="all" /> <link rel="stylesheet" type="text/css" href="__CDN__/css/index.css?version={:$version}" media="all" />
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?a49ef81220393e1883cdf169e5c4cdf8";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment