-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
92 lines (90 loc) · 4.44 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="styles.css" rel="stylesheet">
<title>Noobys</title>
<link rel='icon' href="images/favicon/favicon.ico" />
<!--Vercel anylitics please dont touch-->
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
<!--New Snow theme stuff-->
<script src="/awsome-webdev/scripts/snowstorm.js"></script>
<script>
//Snow storm settings
snowStorm.snowColor = '#ffffff';
snowStorm.flakesMaxActive = 5000;
snowStorm.useTwinkleEffect = true;
//snowStorm.flakeBottom = null;
snowStorm.snowStick = true;
snowStorm.vMaxX = 2;
snowStorm.vMaxY = 10;
snowStorm.snowCharacter = '*';
</script>
<!--End Snow storm/new theme-->
</head>
<body>
<div class='box'>
<h1 class='title'>Nooby(Version 0.6.45)</h1>
</div>
<div class="nav-container">
<nav>
<a href='index.html'><button id="navBar">Home</button></a>
<a href='games.html'><button id="navBar">Games</button></a>
<a href='movies.html'><button id="navBar">Movies</button></a>
<a href='proxies.html'><button id="navBar">Proxies</button></a>
<a href='hacks.html'><button id="navBar">Hacks</button></a>
<a href='credits.html'><button id="navBar">Credits</button></a>
<a href='update-log.html'><button id="navBar">Updates</button></a>
<a href='privateBrowser.html'><button id="navBar">My Other Projects</button></a>
</nav>
</div>
<div class='box'>
<p>Welcome to Nooby, the unblocked games site! If you couldn't tell, this is based off of noobs.<hr>Updates most Fridays!!<hr>
We have people working the site (yay)
Email <a href="mailto:[email protected]" target="_blank">[email protected]</a> for any questions or concerns (or ideas)
</p>
<button class="navBar" onclick="chat()">Launch Webchat</button>
<p>If you are not getting updates, clear your cookies. That should work.</p>
<a href="https://github.com/bcrhbrhcdb/Nooby" target="_blank"><button id="navBar">The Github</button></a>
<p>Total Vistors!!!</p>
<div align='center'><a href='https://www.free-website-hit-counter.com'><img src='https://www.free-website-hit-counter.com/zc.php?d=9&id=1109&s=2' border='0' alt=''></a><br /><small><a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter"></a></small></div>
<h2>Polls</h2>
<iframe class="frame" src="https://poll-maker.com/frame5338075xEc904cA6-160" seamless="seamless" frameborder="no" style="border:0; background:transparent; width:100%; height:100%;"></iframe><div id='qp_foot5338075' style='width:100%; padding:5px; text-align:center;'><STYLE></STYLE>
<hr>
<iframe class="frame" src="https://poll-maker.com/frame5338077x2b79A3BC-160" seamless="seamless" frameborder="no" style="border:0; background:transparent; width:100%; height:100%;"></iframe><div id='qp_foot5338077' style='width:100%; padding:5px; text-align:center;'><STYLE></STYLE>
</div>
<div id="clock"alt="jim">
<p>Heres a todays date!</p>
<div id="time"></div>
<div id="date"></div>
<div id="day"></div> <!-- Add this line -->
<!--Stat counter-->
<!-- Default Statcounter code for nub
https://bcrhbrhcdb.github.io/Nooby/ -->
<!-- Default Statcounter code for nub
https://bcrhbrhcdb.github.io/Nooby/ -->
<script type="text/javascript">
var sc_project=13058758;
var sc_invisible=1;
var sc_security="7ddedbc6";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img
class="statcounter"
src="https://c.statcounter.com/13058758/0/7ddedbc6/1/"
alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
<script src="javascript/gameData.js"></script>
<script src='javascript/script.js'></script>
<script src='javascript/announcement.js'></script>
<script src="/awsome-webdev/scripts/home.js"></script>
</body>
</html>