-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (33 loc) · 1.01 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
<!doctype HTML>
<html>
<title> Spritz </title>
<head>
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<meta name="description" content="spritzerland's unblocked website">
<body>
<script>
function ps () {
window.location.href = "https://spritzerland.github.io/platformjs"
}
function cb () {
window.location.href = "https://spritzerland.github.io/chbook/"
}
function em () {
window.location.href = "https://spritzerland.github.io/emulators/"
}
</script>
<center>
<h1>Welcome to Spritz's ""unblocked"" website</h1>
</center>
<center>
<p> Pages </p>
<button onclick="ps()">platformJS</button>
<button onclick="cb()">Chromebook 'marklets</button>
<button onclick="em()">Emulators</button>
</center>
</body>