-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
49 lines (42 loc) · 1.44 KB
/
contact.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>
<link rel="stylesheet" href="style.css">
<head>
<title>monkegame - contact</title>
</head>
<style>
body {
background-color: rgb(66, 66, 66);
color: rgb(48, 48, 48);
background-image: url(../a.gif);
background-size: cover;
background-repeat: no-repeat;
background-repeat:repeat;
background-attachment:fixed;
overflow:scroll;
font-family: "Comic Sans MS", "Comic Sans", cursive;
}
body::-webkit-scrollbar {
display: none; /* for Chrome, Safari, and Opera */
}
.scrollbar-hidden::-webkit-scrollbar {
display: none;
}
</style>
<body>
<nav>
<ul>
<div>
<p3><a href="index.html" target="_self">home</a></p3>
<p3><a href="contact.html" target="_self" style="background-color: white; color:black">contact</a></p3>
<p3><a href="github.html" target="_self">github</a></p3>
<p3><a href="Updates.html" target="self">annoucment</a></p3>
</div>
</ul>
</nav>
<div>
<p3> you can contact us in our discord server</p3>
<img><iframe src="https://discord.com/widget?id=837037707053498419&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe></img>
</div>
</body>
</html>