-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (27 loc) · 879 Bytes
/
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
27
28
29
30
31
32
<!doctype html>
<html lang="en">
<head>
<base href="/">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- Theme Custom csss -->
<link rel="stylesheet" href="assets/css/custom-theme.css">
<!-- Form css -->
<link rel="stylesheet" href="assets/css/form.css">
<!-- Header Start -->
<link rel="stylesheet" href="assets/css/header.css">
<!-- Plugin Start -->
<link rel="stylesheet" href="assets/css/plugin.css">
<title>DotX</title>
</head>
<body>
<main>
<app-root></app-root>
</main>
<!-- Google login js -->
<script defer src="https://apis.google.com/js/platform.js"></script>
<script defer src='https://kit.fontawesome.com/a076d05399.js'></script>
</body>
</html>