forked from titaniumnetwork-dev/TitaniumLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (69 loc) · 2.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BreakRoom LITE</title>
<link href="./css/main.css" rel="stylesheet">
<link rel="stylesheet" href="./css/engineergaming.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/manifest.webmanifest">
</head>
<body>
<header><div class="navbar" id="mynavbar">
<a href="" class="logo">BreakRoomLITE</a>
<a href="#" onclick="openPage(event, 'yt')">YouTube</a>
<a href="#" onclick="openPage(event, 'contact')">Contact</a>
<a href="#" onclick="openPage(event, 'games')" ondblclick="gframe.src = gframe.src;">Games</a>
<a href="#" id="indexPage" onclick="openPage(event, 'index') ">Home</a>
<a href="javascript:void(0);" class="icon" onclick="borger()">
<i class="fa fa-bars"></i>
</a>
</div></header>
<main>
<!-- Tab content -->
<!-- index-->
<div id="index" class="tabcontent">
<div class="centerh containerc">
<h1>BreakRoomLITE</h1>
<h4>The stealthiest game PWA on the web. 4MB zipped. </h4>
<h4>This is 100% offline. Make sure that you use this properly to avoid detection.</h4>
<h4>Use the navigation below to select your destination!</h4>
<a href="#" onclick="openPage(event, 'games')" class="button">Games</a>
<a href="#" onclick="openPage(event, 'bookmarklets')" class="button">Modules</a>
</div>
</div>
<!-- end of index-->
<!-- games-->
<div id="games" class="tabcontent">
<iframe allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" id="gframe" src="./games.html" style="position:fixed; top:50px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:9;"></iframe>
</div>
<!-- end of games-->
<!-- contact-->
<div id="contact" class="tabcontent">
<main><div class="centerh containerc">
<h1>Off to see your mother! - Spy TF2</h1>
</div>
</main>
</div>
<!-- end of contact-->
<!-- YouTube -->
<div id="yt" class="tabcontent">
<iframe allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" id="gframe" src="./YouTube/index.html" style="position:fixed; top:50px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:9;"></iframe>
</div>
<!--Bookmarklets-->
<div id="bookmarklets" class="tabcontent">
<main><div class="centerh containerc">
<h1></h1>
<h2>Modules</h2>
<h4>Modules are easy ways to add extra content to your installation. The default ones are listed.</h4>
<a href="./VideoModule" class="button">Videos</a>
</div>
</main>
</div>
<!--end of Bookmarklets-->
</main>
<footer></footer>
</body>
</html>
<!--has to be at the end to function-->
<script src="js/primary.js"></script>