-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 936 Bytes
/
index.html
File metadata and controls
30 lines (27 loc) · 936 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin Framework - Now.js</title>
<meta name="description" content="CRM system for managing customers and sales">
<!-- Framework CSS -->
<link rel="stylesheet" href="Now/dist/now.core.min.css">
<link rel="stylesheet" href="Now/css/fonts.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/styles.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<main id="main" role="main">
<!-- Main Content -->
</main>
<!-- Framework Scripts -->
<script src="Now/dist/now.core.min.js"></script>
<script src="Now/dist/now.table.min.js"></script>
<script src="Now/dist/now.graph.min.js"></script>
<!-- App Scripts -->
<script src="js/main.js"></script>
</body>
</html>