-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathindex.html
24 lines (24 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype <html>
<head>
<meta charset="utf-8">
<title>静态资源缓存控制</title>
<link rel="stylesheet" type="text/css" href="style/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="style/css/markdown.css">
<link rel="stylesheet" type="text/css" href="style/css/github.css">
<link rel="stylesheet" type="text/css" href="style/scss/foo.scss">
<link rel="stylesheet" type="text/css" href="style/sass/foo.sass">
<link rel="stylesheet" type="text/css" href="style/less/foo.less">
<link rel="stylesheet" type="text/css" href="style/stylus/foo.styl">
</head>
<body>
<div class="markdown-body">
<!-- 嵌入页面片段 -->
<link rel="import" href="README.md?__inline">
<link rel="import" href="html/markdown/foo.md?__inline">
<link rel="import" href="html/jade/foo.jade?__inline">
</div>
<script type="text/javascript" src="script/js/handlebars.runtime-v1.3.0.js"></script>
<script type="text/javascript" src="script/js/use-templates.js"></script>
<script type="text/javascript" src="script/coffeescript/foo.coffee"></script>
</body>
</html>