-
Notifications
You must be signed in to change notification settings - Fork 0
/
400.html
49 lines (49 loc) · 2.22 KB
/
400.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self'; script-src 'self'; style-src 'self' https://fonts.googleapis.com/ https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/ https://use.fontawesome.com/releases/v6.6.0/css/all.css; font-src 'self' https://fonts.gstatic.com/ https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/ https://use.fontawesome.com/releases/;">
<title>Unifier - Communities, connected.</title>
<meta name="description" content="Unifier lets you connect communities across platforms at blazing fast speeds.">
<meta content="/assets/banner.png" property="og:image">
<meta content="#ed4545" data-react-helmet="true" name="theme-color">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/png" href="/images/unifier.png">
<link rel="stylesheet" href="/assets/styles.css">
<link href='https://fonts.googleapis.com/css?family=Inter:400,700' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.6.0/css/all.css" crossorigin="anonymous">
<script src="/assets/effects.js"></script>
</head>
<body>
<div class="navbar-container">
<a href="/"><img src="/assets/logo.png" alt=""></a>
</div>
<div class="header-container error">
<h1>
400
</h1>
<p>
Uh oh - that's an error.<br>
Something about your request seems to be invalid.
</p>
<a href="/" class="button">
<i class="fa-solid fa-arrow-left"></i>Go back
</a>
</div>
<div class="footer-container">
<div class="footer-box">
<img src="/assets/logo.png" alt="">
<p class="slogan">Communities, connected.</p>
<p>Made with ❤️ by UnifierHQ</p>
<p class="small">
Some of the images displayed on this website are mockups that may not accurately represent the final
product.
</p>
</div>
<div class="footer-box align-right">
</div>
</div>
</body>
</html>