-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgames.html
176 lines (156 loc) · 6.52 KB
/
games.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html lang="UTF-8">
<!--
© [] []: e.g. © XYZ Press and contributors 2021
[]
Except as permitted by the copyright law applicable to you, you may not reproduce or communicate any of the content on this website, including files downloadable from this website, without the permission of the copyright owner.
The Australian Copyright Act allows certain uses of content from the internet without the copyright owner’s permission. This includes uses by educational institutions and by Commonwealth and State governments, provided fair compensation is paid. For more information, see www.copyright.com.au and www.copyright.org.au.
The owners of copyright in the content on this website may receive compensation for the use of their content by educational institutions and governments, including from licensing schemes managed by Copyright Agency.
We may change these terms of use from time to time. Check before re-using any content from this website.
(Nashe)
-->
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="canonical" href="index.html">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="icon" type="image/jpg" href="www.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Easter Egg.
</title>
<script type="text/javascript">
//timer
var countDownDate = new Date("Dec 8, 2021 15:37:25").getTime(); //Set date on event
// Update 1 second
var x = setInterval(function() {
var now = new Date().getTime();
var timerem = countDownDate - now;
// days, hours, minutes and seconds
var days = Math.floor(timerem / (1000 * 60 * 60 * 24));
var hours = Math.floor((timerem % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((timerem % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((timerem % (1000 * 60)) / 1000);
document.getElementById("demo").innerHTML = days + "d " + hours + "hrs "+ minutes + "min " + seconds + "sec ";
if (timerem < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "FINISHED?";
}
}, 1000);
</script>
<style>
/*basic script*/
.container-main{
text-align:center;
font-family: 'Courier New', Courier, monospace;
padding: 1.5em ;
margin:0%;
align-items:center;
}
a,p{
color:white;
font-family: 'Press Start 2P', cursive;
font-size:0.9em;
}
footer{
text-align: justify;
color:white;
}
section{
text-align: left;
color:white;
padding:1.2rem;
border-style:solid none none none;
border-width: 3px;
margin: 0.4rem;
font-size:0.7rem;
}
#demo{
font-size:1em;
color:white;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
height: 10.2em;
width: 15.2em;
}
/* navbar*/
ul.topnav {
list-style-type: none;
margin: 0%;
padding: 0.2rem;
overflow: hidden;
background-color: #333;
}
ul.topnav li {
float: left;
}
ul.topnav li a {
display: block;
color: white;
text-align: center;
padding: 1.4rem 1.6rem;
text-decoration: none;
}
ul.topnav li a:hover:not(.active) {
background-color: rgb(29, 29, 29);
transition:0.3s;
}
ul.topnav li a.active {
background-color: #aa0404;
border-radius: 0.2rem 0.2rem;
}
ul.topnav li.right {
float: right;
}
@media screen and (max-width: 600px) {
ul.topnav li.right,
ul.topnav li {float: none;}
}
</style>
</head>
<body style="margin: 0%;background-color: black">
<header>
<nav>
<ul class="topnav">
<li><a href="main.html">Home</a></li>
<li><a href="News.html">News</a></li>
<li><a href="games.html" class="active">Games</a></li>
<li class="right"><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<div class="container-main">
<p id="demo" >Ping...</p><br>
<div style="font-size:1.5rem;text-align:center;margin-left: 10%;margin-right: 10%;">
<!-- <script async src="https://telegram.org/js/telegram-widget.js?15" data-telegram-post="sheknowsthecraftshegetsthecraft/2" data-width="100%" data-color="E22F38" data-dark="1" data-dark-color="F95C54"></script><br>
<br>
<script async src="https://telegram.org/js/telegram-widget.js?15" data-telegram-post="sheknowsthecraftshegetsthecraft/4" data-width="70%" data-userpic="true" data-dark="1"></script>
-->
<p style="text-align:center;font-size: 1.1rem;">The fucking title of part</p>
</div>
<section>
<p><u>the fucking script</u></p>
<br>
<div id="">
<p>
test ('')
</p>
</div>
</section>
<div>
<p style="font-size: 0.9rem;">A fucking idea of framework?</p>
</div>
<footer>
<!--changing-->
<img src="main.gif">
<br>
<P style="text-align:right;font-size: 0.5rem;">© All rights reserved.</P>
</footer>
</body>
<!--
You weren't suppose to be here, but Nice
-->
</html>