-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUpdates.html
52 lines (43 loc) · 1.2 KB
/
Updates.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css">
<head>
<title>monkegame - annoucment/log</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" style="background-color: white; color:black">home</a></p3>
<p3><a href="contact.html" target="_self">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>
<h2>annoucment
</h2>
<h2>there is non</h2>
</div>
</body>
</html>