-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
41 lines (34 loc) · 1.39 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>吃乎-与世界分享你的知识、心情和美食</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="https://www.devonhello.com/ico/chihu.ico">
<style>
body,
html {
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
}
a {
border: none;
outline: none;
text-decoration: none;
}
a:focus {
outline: none;
border: none;
}
</style>
<link href="assets/photoswipe.css" rel="stylesheet">
<link href="assets/default-skin/default-skin.css" rel="stylesheet">
</head>
<body>
<app-root></app-root>
<!-- Core JS file -->
<script src="assets/photoswipe.min.js"></script>
<!-- UI JS file -->
<script src="assets/photoswipe-ui-default.min.js"></script>
<script type="text/javascript" src="inline.bundle.js"></script><script type="text/javascript" src="polyfills.bundle.js"></script><script type="text/javascript" src="styles.bundle.js"></script><script type="text/javascript" src="vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
</html>