-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Auttaja Support">
<meta property="og:site_name" content="Auttaja">
<meta property="og:url" content="https://support.auttaja.io">
<meta property="og:description" content="Our support site will be back soon!">
<meta property="og:type" content="website">
<title>we'll be back soon!</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.2/css/bulma.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" integrity="sha256-KzZiKy0DWYsnwMF+X1DvQngQ2/FxF7MF3Ff72XcpuPs=" crossorigin="anonymous"></script>
</head>
<body>
<section class="hero is-dark is-fullheight">
<div class="hero-body">
<div class="container">
<h1 class="title">
Be back soon!
</h1>
<h2 class="subtitle">
We're redoing our docs, we'll be back soon! In the meantime, head over to our other support locations.
<br>
<a href="https://discord.gg/Kw8PNj8">
<span class="icon is-large">
<i class="fab fa-2x fa-discord"></i>
</span>
</a>
<a href="https://www.reddit.com/r/auttaja/">
<span class="icon is-large">
<i class="fab fa-2x fa-reddit"></i>
</span>
</a>
<a href="https://twitter.com/auttajabot">
<span class="icon is-large">
<i class="fab fa-2x fa-twitter"></i>
</span>
</a>
</h2>
</div>
</div>
</section>
</body>
</html>