forked from putianxi/putianxi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (35 loc) · 1.54 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
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="滚蛋吧,莆田系,莆田系医院大揭秘">
<meta name="author" content="putianxi@gmail.com">
<meta name="Keywords" content="滚蛋吧,莆田系,医疗事故,民营医院">
<title>滚蛋吧!莆田系</title>
<!-- favicon -->
<link rel="shortcut icon" href="./assets/images/common/favicon.ico">
<!-- core CSS -->
<link href="//cdn.bootcss.com/bulma/0.1.2/css/bulma.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- leaflet CSS -->
<link href="//cdn.bootcss.com/leaflet/1.2.0/leaflet.css" rel="stylesheet">
<link href="//cdn.bootcss.com/leaflet.markercluster/1.1.0/MarkerCluster.css" rel="stylesheet">
<link href="//cdn.bootcss.com/leaflet.markercluster/1.1.0/MarkerCluster.Default.css" rel="stylesheet">
<!--[if lte IE 9]>
<meta http-equiv="refresh" content="0; url=http://outdatedbrowser.com/zh-cn" />
<![endif]-->
</head>
<body>
<div id="app">
<app-header></app-header>
<app-layout>
<app-content slot="app-content"></app-content>
<app-sidebar slot="app-sidebar"></app-sidebar>
</app-layout>
<app-footer></app-footer>
</div>
<script src="dist/build.js"></script>
</body>
</html>