-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 752 Bytes
/
index.html
File metadata and controls
19 lines (18 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<title>图觅</title>
<link rel="icon" type="image/ico" href="./src/assets/image/favicon.ico"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="./static/css/reset.css">
<!--<link rel="stylesheet" href="./src/swiper/swiper.min.css">-->
<!--<script src="./src/swiper/swiper.min.js"></script>-->
</head>
<body>
<div id="app"></div>
</body>
</html>