-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzyts.html
30 lines (28 loc) · 1.06 KB
/
zyts.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>中医特色</title>
</head>
<body>
<div f-replace="res/bootstrap-4/css/bootstrap.min.css"></div>
<div f-replace="res/bootstrap-4/js/bootstrap.min.js"></div>
<div f-replace="res/css/g.css"></div>
<!-- bg begin -->
<div f-replace="frags/frag-bg.html .zyts-bg"></div>
<!-- bg end -->
<!-- fg & content begin -->
<div f-replace="frags/frag-fg-zyts.html"></div>
<div f-replace="frags/frag-foot.html"></div>
<!-- fg & content end -->
<!-- head & float begin -->
<div f-replace="frags/frag-head.html"></div>
<!-- head & float end -->
<script type="text/javascript" src="res/js/jquery.min.js"></script>
<script type="text/javascript" src="res/js/f.js"></script>
<script type="text/javascript">
$(function() {$.f_boot();});
</script>
</body>
</html>