-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrontsite.html
50 lines (46 loc) · 1.88 KB
/
frontsite.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="css.css">
<title>RetroJCity</title>
</head>
<body lang="en-US" dir="ltr">
<img src="MOSHED-2023-2-27-18-21-5.gif" name="Image1" width="258" height="77" border="0">
<br>
<h1>Welcome to my Website!</h1>
<p>This site is not intended for mobile users. but it might work.</p>
<p>This also not intended for old browsers. Such as WebTV boxes. For some unknown reason the site crashes the boxes. I'm working on fixing it dont worry. I will create a different site where itll be lightweight for old browsers. Firefox is highly recommended.</p>
<p>There is alot of javascript on this page. NONE of them should sell your personal information. (they are purely just decorational!)</p>
<br>
<b>A no-javascript version of this website will be coming soon!</b>
<br>
<br>
<p>This site does have some edgy humor here and there, but they aren't too over the top.</p>
<br>
<p>and yeah, it does have profanity. but its not overused.</p>
<br>
<script>
function donteatmah(){
document.cookie = "plsdonteatme";
window.location.replace("index.html");
}
</script>
<script>
document.addEventListener("keyup", function(event) {
if (event.code === 'Enter') {
donteatmah()
}
});
</script>
<a href="javascript:donteatmah()"><img src="enter.gif"></a><br>
<i>(or press [ENTER] on your keyboard)</i>
<br>
<br>
<i>you won't see this message again after pressing enter. its stored in your cookies!</i><br>
<a href="https://www.mabsland.com/Adoption.html"><img src="files/Censor_PGb.gif"></a><br>
<p>This page can be viewed again on the footer. (or by clearing cookies)</p>
<p>Forever Under Construction</p>
<img src="/neocities.png">
</body>
</html>