-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
21 lines (19 loc) · 828 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/img/favicon.png" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Contacts | Instruct</title>
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Montserrat|Roboto&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com/icon?family=Material+Icons" crossorigin>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/base.css">
</head>
<body>
<instruct-app active></instruct-app>
<script type="module" src="<%= appBundle %>"></script>
</body>
</html>