This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (76 loc) · 2.81 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Iamages "Are We Up?"</title>
<meta name="description" content="Check Iamages services status.">
<link rel="icon" href="assets/icons/iamages-icon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="assets/css/lib/fontawesome/css/all.min.css">
<link rel="stylesheet" href="assets/css/lib/bulma/bulma.min.css">
<link rel="stylesheet" href="assets/css/lib/bulma/bulma-divider.min.css">
</head>
<body>
<section class="hero is-fullheight">
<div class="hero-head">
<nav class="navbar">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="https://iamages.github.io/areweup">
<img src="assets/icons/iamages-icon.png" width="28" height="28">
</a>
<a class="navbar-item" href="https://iamages.github.io/areweup">
Are We Up?
</a>
</div>
</div>
</nav>
</div>
<div class="hero-body">
<div class="container has-text-centered content">
<div class="columns is-centered">
<div class="column">
<span class="icon is-large">
<i class="fas fa-server fa-2x"></i>
</span>
<p>
<h5 id="api-v3">API v3: checking...</h5>
</p>
</div>
<div class="divider is-vertical">+</div>
<div class="column">
<span class="icon is-large">
<i class="fas fa-mobile-alt fa-2x"></i>
</span>
<p>
<h5 id="web">Web: checking...</h5>
<h5 id="web-drop">Web Drop: checking...</h5>
<h5 id="apple">iOS/macOS: checking...</h5>
</p>
</div>
<div class="divider is-vertical">+</div>
<div class="column">
<span class="icon is-large">
<i class="fas fa-robot fa-2x"></i>
</span>
<p>
<h5 id="discord-bot">Discord Bot: checking...</h5>
</p>
</div>
</div>
</div>
</div>
<div class="hero-foot">
<section class="section">
<div class="container has-text-centered content">
<p>
By using this service, you agree to our <a href="https://iamages.uber.space/iamages/api/v2/private/tos" target="_blank">Terms of Service</a> and
<a href="https://iamages.uber.space/iamages/api/v2/private/privacy" target="_blank">Privacy Policy</a>
</p>
</div>
</section>
</div>
</section>
<script src="assets/js/index.js" defer></script>
</body>
</html>