forked from Errorcrafter/snippywar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply.html
40 lines (32 loc) · 1.43 KB
/
apply.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
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<!--todo: readd shit here-->
<title>Snipeware Client</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="76x76" href="./assets/snipeware.webp">
<link rel="icon" type="image/png" href="./assets/snipeware.webp">
<script src="https://cdn.sellix.io/static/js/embed.js"></script>
<script src="./assets/index.js"></script>
<link href="https://cdn.sellix.io/static/css/embed.css" rel="stylesheet">
<script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
<link href="./assets/style.css" rel="stylesheet">
</head>
<body>
<div class="header" style="display: flex;">
<a href=./index.html#home>
<img src="./assets/snipeware.webp" height="70px"></img>
</a>
<div style="margin: auto 0 auto auto; text-align: right;">
<a href="./apply.html" style="margin: 10px; font-size: 25px;">Apply</a>
<a href="./buy.html" style="margin: 10px; font-size: 25px;">Buy</a>
<a href="./credits.html" style="margin: 10px; font-size: 25px;">Credits</a>
</div>
</div>
<div style="margin-bottom: 40px;">
<h1><span style="color: var(--accent);">Snipe</span>ware</h1>
<span id="motd">Utility client for 1.8</span>
</div>
<!-- todo: add form shit here -->
</body>
</html>