-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (22 loc) · 1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!--Bootstrap css-->
<link rel="stylesheet" href="./src/assets/bootstrap.min.css">
<!--Custom fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!--Custom styling-->
<link rel="stylesheet" href="./src/assets/agency.min.css">
<link rel="stylesheet" href="./src/assets/allentry.min.css">
<title>vue-spa-localstorage-diary</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>