-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 870 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./public/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ngaos-Aplikasi Ngaji Gratis</title>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+Arabic:wght@800&display=swap" rel="stylesheet">
<style>
body{
font-family: 'Manrope', sans-serif;
font-family: 'Noto Sans Arabic', sans-serif;
}
</style>
</head>
<body class="font-['Manrope']">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>