-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
25 lines (22 loc) · 1.02 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/ico.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Faizdzn Character Downloader</title>
<meta
name="description"
content="A right place for you to download your Roblox 3D avatar, try the features now!">
<meta content="Faizdzn Character Downloader" property="og:title" />
<meta content="A right place for you to download your Roblox 3D avatar!" property="og:description" />
<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=Comfortaa:wght@300;400;700&family=Montserrat:wght@300;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:600,800">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>