-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (25 loc) · 923 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
33
34
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta content="Apekade" name="@moshdev2213">
<title>ApeKade</title>
<!-- Favicon icon-->
<!-- <link rel="shortcut icon" type="image/x-icon" href="/assets/images/favicon/favicon.ico"> -->
<!-- Libs CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.min.css">
</head>
<body>
<div id="root"></div>
<!-- scripts -->
<script type="module" src="/src/main.jsx"></script>
<!-- Libs JS -->
<script src="/assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.min.js"></script>
<script src="/assets/js/vendors/jquery.min.js"></script>
</body>
</html>