-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
20 lines (20 loc) · 821 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Marvel Store</title>
<link rel="dns-prefetch" href="//googleapis.com" />
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="preconnect" href="//googleapis.com" crossorigin />
<link rel="preconnect" href="//fonts.googleapis.com" crossorigin />
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700" rel="stylesheet">
</head>
<body>
<div id="app">
<router-view></router-view>
</div>
<script src="dist/build.js"></script>
</body>
</html>