-
Notifications
You must be signed in to change notification settings - Fork 3
/
noclipwebsite.html
61 lines (53 loc) · 3.26 KB
/
noclipwebsite.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>noclip.website</title>
<link id="theme-style" rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon-halloween.png" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons+Round">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<div class="banner-brawlstars">
<ul>
<li class="right"> </li>
<li class="right"><a href="sources.html">Sources</a></li>
<li class="right"><a href="/media.html">Media</a></li>
<li class="right"><a href="/archives.html">Archives</a></li>
<li class="right"><a href="/tos.html">Terms of Service</a></li>
<li class="right"><a href="/meet-the-developers.html">Meet the Developers</a></li>
<li class="right"><a href="/help.html">Help</a></li>
<li class="right"><a href="/changelog.html">Changelog</a></li>
<li class="right"><a href="/news.html">Newsletter</a></li>
<li class="right"><a href="/index.html">Start</a></li>
<li class="left"><a href="/index.html" style="font-size: 22px;"><img src="favicon-halloween.png" class="logo" alt=""></a></li>
<li class="left">
<select id="theme-selector">
<option value="style.css">Light Theme</option>
<option value="dark.css">Dark Theme</option>
<option value="matrix.css">Matrix Theme</option>
<option value="future.css">Future Theme</option>
<option value="blue.css">Blue Theme</option>
</select>
</li>
</ul>
<br><br><br><h1 class="title">noclip.website</h1>
</div>
<br>
<a href="/index.html"><button class="nav-button">Home 🏡</button></a>
<br><br><br>
<iframe src="noclipwebsiteinstructions.html" frameborder="0" style="width: 400px; height: 400px;"></iframe>
<script src="/theme-toggle.js"></script>
<script type="text/javascript">
(function(w,d,v3){
w.chaportConfig = {
appId : '66f216f3ab06b36764ed7aa4'
};
if(w.chaport)return;v3=w.chaport={};v3._q=[];v3._l={};v3.q=function(){v3._q.push(arguments)};v3.on=function(e,fn){if(!v3._l[e])v3._l[e]=[];v3._l[e].push(fn)};var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://app.chaport.com/javascripts/insert.js';var ss=d.getElementsByTagName('script')[0];ss.parentNode.insertBefore(s,ss)})(window, document);
</script>
<div id="player"></div>
<a class="copyrighted-badge" title="Copyrighted.com Registered & Protected" target="_blank" href="https://app.copyrighted.com/website/deFtquwaQCl2g1j8"><img alt="Copyrighted.com Registered & Protected" border="0" width="125" height="25" srcset="https://static.copyrighted.com/badges/125x25/03_1_2x.png 2x" src="https://static.copyrighted.com/badges/125x25/03_1.png"></a><script src="https://static.copyrighted.com/badges/helper.js"></script>
</body>
</html>