-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (23 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Trinity</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href=logo.png>
</head>
<body>
<span id="bar" width="100%" height="10%">
<button class="barbtn" onclick="menu()"><img src="logo.png" height=75%></button><button class="barbtn" onclick="newWindow('https://nxx99.github.io/ugfn', 'Unblocked Games from NXX99')"><img src="https://nxx99.github.io/ugfn/favicon.png" height=75%></button><button class="barbtn" onclick="newWindow('https://linangdata.com/calculatorEmbed/embeddable.html', 'Calculator')"><img src="https://linangdata.com/calculatorEmbed/icons/48x48.png" height=75%></button>
<button class="barbtn" onclick="newWindow('https://tallteam.github.io/skunblocked1/', 'Smash Karts')"><img src="https://tallteam.github.io/skunblocked1/images/favicon.png" height=75%></button>
</span><br/>
<div id="menu" hidden>
<button class="mitem" onclick="newWindow('games.html','Games')">Games</button>
</div>
<script src="script.js"></script>
<script src="lib/winbox.js"></script>
<script type="module" src="lib/js-cookie.js"></script>
<script src="https://linangdata.com/calculatorEmbed/linangcalc.js"></script>
</body>
</html>