-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Roboto+Slab:400,700" />
<script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script>
<!-- Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet">
<link href="/src/assets_layout/css/material-dashboard.css?v=3.0.5" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="/src/assets_layout/js/material-dashboard.min.js?v=3.0.5"></script>
<script src="/src/assets_layout/js/core/popper.min.js"></script>
<script src="/src/assets_layout/js/core/bootstrap.min.js"></script>
</body>
</html>