-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (67 loc) · 2.21 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
---
layout: default
---
<!DOCTYPE html>
<html>
<head>
<style>
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {background-color: #4CAF50;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */
</style>
</head>
<link rel="stylesheet" href="styles.css">
<div class="topnav">
<a class="active" href="#home">Home</a>
<a href="#announcements">Announcements</a>
<a href="#join">Join Our Discord Server</a>
<a href="#widget">The Widget For Our Discord Server</a>
</div>
<hr>
<br>
<br>
<br>
<br>
<div class="section" id="home">
<p>Welcome To The Official Sonic David Server Plus Website!</p>
<p>Sonic David Server Plus Is An Advanced But Unoffical Version Of The Original Sonic David Server!</p>
</div>
<hr>
<br>
<br>
<br>
<br>
<div class="section" id="announcements">
<p>Announcements:</p>
<iframe src="https://titanembeds.com/embed/974849712547049493?&defaultchannel=974866105732587540&theme=DiscordDark" height="600" width="800" frameborder="0"></iframe>
</div>
<hr>
<br>
<br>
<br>
<br>
<div class="section" id="widget">
<p>Server Widget For Sonic David Server Plus:</p>
<iframe src="https://discord.com/widget?id=974849712547049493&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
<hr>
<br>
<br>
<br>
<br>
<div class="section" id="join">
<p>Ready To Join The Amazing Awesomeness Of Sonic David Server Plus?</p>
<a href="https://discord.gg/t2c2Yq7jst" class="button button1">Join</a>
</div>
</html>
<script src="http://code.jquery.com/jquery-1.4.2.min.js"></script> <script> var x = document.getElementsByClassName("site-footer-credits"); setTimeout(() => { x[0].remove(); }, 10); </script>