forked from nettleweb/nettleweb
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
84 lines (84 loc) · 4.97 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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="keywords" content="nettleweb,free,online,game,games,html,html5,flash,dos,n64,nes,snes,classic,emulator,chat,store,chatgpt" />
<meta name="description" content="Play free online games, watch exclusive videos, and interact with a community that values your privacy. Explore our collection of HTML5, Flash, and classic games, engage in live chat, and enjoy a social experience without the snooping." />
<meta name="theme-color" content="#004080" />
<meta name="application-name" content="NettleWeb" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<base href="/" target="_blank" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="manifest" type="application/json" href="manifest.json" />
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="apple-touch-icon" type="image/svg+xml" href="res/logo3.svg" />
<link rel="canonical" href="https://nettleweb.com/" />
<link rel="privacy-policy" href="https://nettleweb.com/privacy" />
<link rel="terms-of-service" href="https://nettleweb.com/terms" />
<title>NettleWeb</title>
</head>
<body>
<div id="error">Error Message</div>
<div id="overlay"></div>
<noscript><div>Error: This page could not function unless JavaScript is supported and enabled in your browser.</div></noscript>
<div id="navigation-bar">
<div id="logo"></div>
<div id="status"></div>
<div id="version"></div>
<input id="side-menu" type="checkbox"/>
<label for="side-menu" id="hamb">Menu</label>
<div id="nav-bar">
<button id="home-btn" type="button" data-current="true">Home</button>
<button id="game-btn" type="button">Games</button>
<button id="strm-btn" type="button">Videos</button>
<button id="apps-btn" type="button">Apps</button>
<button id="chat-btn" type="button">Chat</button>
<button id="info-btn" type="button">About</button>
</div>
<button id="accn-btn" type="button" title="Login"></button>
<button id="nmsg-btn" type="button" title="Notifications"></button>
</div>
<div id="loading">Loading...</div>
<div id="content">
<div id="content-page">
<a href="https://nettleweb.com/" target="_blank" rel="noopener">Main Website</a>
</div>
<span id="bottom-widget">
<ins class="adsbygoogle" data-ad-client="ca-pub-7505521340110301" data-ad-slot="5345722600" data-ad-format="auto" data-full-width-responsive="true"></ins>
</span>
<span id="footer">
<div>
<div>©2025 nettleweb.com; All rights reserved.</div>
<div>We are working hard to improve your user experience.</div>
</div>
<div>
<a href="https://github.com/nettleweb" target="_blank" rel="noopener"><img src="res/github.svg" width="36" height="36" loading="lazy" decoding="async" draggable="false" alt="GitHub" title="GitHub" /></a>
<a href="https://discord.gg/djdH3kVd4v" target="_blank" rel="noopener"><img src="res/discord.svg" width="36" height="36" loading="lazy" decoding="async" draggable="false" alt="Discord" title="Discord" /></a>
<a href="https://www.youtube.com/@nettleweb" target="_blank" rel="noopener"><img src="res/youtube.svg" width="36" height="36" loading="lazy" decoding="async" draggable="false" alt="YouTube" title="YouTube" /></a>
<a href="https://www.facebook.com/nettleweb" target="_blank" rel="noopener"><img src="res/facebook.svg" width="36" height="36" loading="lazy" decoding="async" draggable="false" alt="Facebook" title="Facebook" /></a>
<a href="https://www.instagram.com/nettleweb" target="_blank" rel="noopener"><img src="res/instagram.svg" width="36" height="36" loading="lazy" decoding="async" draggable="false" alt="Instagram" title="Instagram" /></a>
</div>
<div>
<a href="https://nettleweb.com/feedback" target="_blank" rel="noopener">Feedback</a><br />
<a href="mailto:support@nettleweb.com" target="_blank" rel="noopener">Contact us</a><br />
<a href="https://nettleweb.com/reportbug" target="_blank" rel="noopener">Report a bug</a><br />
<a href="https://nettleweb.com/privacy" target="_blank" rel="noopener">Privacy Policy</a><br />
<a href="https://nettleweb.com/terms" target="_blank" rel="noopener">Terms of Service</a>
</div>
</span>
</div>
<div id="nwidget"></div>
<button id="install" type="button"><span>Install App</span></button>
<button id="settings" type="button" title="Settings"></button>
<div id="frame-view">
<div id="frame"></div>
<button id="frame-close" type="button" title="Close"></button>
<button id="frame-expand" type="button" title="Enter fullscreen"></button>
</div>
<script type="text/javascript" src="main.js" blocking="render"></script>
</body>
</html>