-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
46 lines (45 loc) · 2.21 KB
/
404.html
File metadata and controls
46 lines (45 loc) · 2.21 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
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Diax</title>
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="Diax">
<meta property="og:site_name" content="Diax">
<meta property="og:url" content="http://diax.me/">
<meta property="og:image" content="src/img/purple_cog.jpg">
<meta property="og:image:width" content="280"><meta property="og:image:height" content="280">
<meta property="og:description" content="Open-source multi-platform cloud-hosted modular bot, controlled via a webpanel. Modules can be created by anyone and toggled directly on the webpanel.">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.0/css/bulma.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="src/css/main.css">
<link rel="icon" href="src/img/favicon.png?" type="image/x-icon"/>
</head>
<body>
<nav class="navbar is-transparent">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="src/img/diax.png" alt="D" style="height: 0.9em;"/>iax
</a>
</div>
<div class="navbar-menu">
<div class="navbar-end nav">
<a class="navbar-item is-tab is-active" href="/">Home</a>
<a class="navbar-item is-tab" href="/apply/">Apply</a>
<a class="navbar-item is-tab" href="/developers/">Developers</a>
<a class="navbar-item is-tab" href="https://github.com/diax-software/">GitHub</a>
</div>
</div>
</div>
</nav>
<div class="center">
<img src="/src/img/diax.png" style="height: 250px; width: 250px;" draggable="false"/>
<div class="title"> <em>You are not in the right place!</em>
</div>
</div>
</body>
</html>