-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.15 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
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="Visitors Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design"/>
<!--//不缓存-->
<meta http-equiv="Expires" CONTENT="0"/>
<meta http-equiv="Cache-Control" CONTENT="no-cache"/>
<meta http-equiv="Pragma" CONTENT="no-cache"/>
<!--reset start-->
<link href="style/reset.css" rel="stylesheet">
<link href="style/common.css" rel="stylesheet">
<!--reset end-->
</head>
<body>
<div></div>
<div class="main-content">
<script type='text/javascript'>
var a = 'hello world! \u1832\u1820\u182f\u1820\u1822 ᠠᠮᠢᠨ';
document.write(a);
</script>
</div>
<!-- jquery start -->
<script src="jquery/jquery-3.2.1.min.js"></script>
<!-- jquery end -->
<!-- common-js start -->
<script src="js/common.js"></script>
<!-- common-js end -->
</body>
</html>