This repository was archived by the owner on Feb 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (36 loc) · 1.66 KB
/
index.html
File metadata and controls
44 lines (36 loc) · 1.66 KB
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
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<title>Home | ZeroApi</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="https://cdn.glitch.com/c61f21de-5486-4387-80ad-c60b5ba1eddd%2Ficone.png?v=1597346207478">
<link rel="stylesheet" href="./main.css" />
<meta name="theme-color" content="#ff5eb1">
<meta name="description" content="Personalize your Discord with Naomi. Customized profiles, PVP and Economy System.">
<meta property="og:image" content="https://cdn.glitch.com/c61f21de-5486-4387-80ad-c60b5ba1eddd%2Favatar.png?v=1597352439133">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
</head>
<div class="star star1"></div>
<div class="star star2"></div>
<div class="star star3"></div>
<div class="star star4"></div>
<div class="star star5"></div>
<body id="top">
<header id="Header">
<div class="content">
<h1>ZeroApi</h1>
<ul class="actions">
<li>
<a href="https://discord.com/api/oauth2/authorize?client_id=524345910893740092&permissions=8&scope=bot" class="ButtonC">🎲 Docs</a>
</li>
<li>
<a href="https://discord.gg/dAphYtQ" class="ButtonS">💬 Support</a>
</li>
</ul>
</div>
<div class="inner"><img src="https://cdn.glitch.com/c61f21de-5486-4387-80ad-c60b5ba1eddd%2Fdiscordimg.png?v=1597346209648" width="580px" height="450px"></div>
</header>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
</body>
</html>