-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.html
82 lines (82 loc) · 3.24 KB
/
server.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
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<title>Odar Army</title>
<meta property="og:title" content="Odar Army" />
<meta property="og:url" content="https://odararmy.github.io/server.html"/>
<meta property="og:description" content="Official Odar Army server">
<meta property="og:image" content="https://media.odar.xyz/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link rel="icon" href="./Images/logo.png">
<script src="main.js"></script>
</head>
<body>
<div class="navbar">
<a href="index.html"><img src="./Images/logo.png" class="logo" width="100" height="100"></a>
<div class="menu">
<a href="index.html">HOME</a>
<a href="server.html">SERVER</a>
<a href="projects.html">PROJECTS</a>
</div>
</div>
<header>
<br>
<h1><span>Odar Army</span></h1>
<br>
<h2>Discord server</h2>
<br>
</header>
<div class="join">
<br>
<h1><span>Join us!</span></h1>
<br>
<h3>Here you can talk with new people and find new friends</h3>
<h3>You can join by clicking this <a href="discord.html" target="_blank">invite</a></h3>
<br>
</div>
<!-- <div class="inv">
<p><a target="_blank" href="discord.html">JOIN US</a></p>
<br>
</div>-->
<div class="serv">
<br>
<h1><span>Server</span></h1>
<br>
<h3>This server is also the home of <a href="https://bot.odar.xyz">OdarBot</a></h3>
<br>
<h1>Staff</h1>
<br>
<h4>The staff is very friendly and they will help you</h4>
<h4>Need help with someitng? you can always ask in the <a target="_balnk" href="https://discordapp.com/channels/298762167388471296/378859734264053762">Support</a> channel</h4>
<br>
<br>
<p><a href="discord.html"><img src="https://discordapp.com/api/guilds/298762167388471296/widget.png?style=banner2"></a></p>
<br>
</div>
</div>
<div class="widget">
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
new Crate({
server: '298762167388471296',
channel: '298762167388471296'
})
crate.notify({
content: 'Join us!',
timeout: 5000,
avatar: 'https://media.odar.xyz/logo.png'
})
</script>
</div>
<footer>
<p>© Copyright 2018 Odar Army</p>
<p>© Design by <a href="https://odar.xyz" target="_blank">Odar</a></p>
<br>
</footer>
</body>
</html>