-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 932 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (19 loc) · 932 Bytes
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" class="scrollbar-dark">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"/>
<meta name="description" content="Customer Satisfaction Survey - Share your feedback"/>
<meta name="color-scheme" content="dark"/>
<meta name="theme-color" content="#0a0a0f"/>
<link rel="stylesheet" href="styles.css"/>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&display=swap" rel="stylesheet"/>
<title>Customer Satisfaction Survey</title>
<script type="module" src="/main.js" defer></script>
</head>
<body class="min-h-screen overflow-y-auto">
<div id="app" class="min-h-screen"></div>
</body>
</html>