-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 2.27 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
<!DOCTYPE html>
<html>
<head>
<title>
Kilgorezer's github website
</title>
<link rel="stylesheet" href="themes.css">
</head>
<body>
<a id="a" href=".">
Redirect to equivlent link on main site
</a>
<br/>
<a href="https://turbowarp.org/editor?extension=https://kilgorezer.github.io/apanentscratch2022extension.js&6&extension=https://zerius-learning-code.w3spaces.com/code.js">
TurboWarp with ZeriusLearning Extra Stuff extension and apanentscratch2022 extension.
</a>
<br/>
<a href="PeopleChooser/1.0/randomchooser.py">
RandomChooser 1.0 Source Code
</a>
<hr/>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />Everything in kilgorezer.github.io is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a> except for things <a href="cc-not-applied">listed here</a>.
<hr/>
<p>
Sub Pages
</p>
<a href="what">
What? Everything that makes you go "What?"!
</a>
<br/>
<a href="https://megsserver.github.io/">
A offical server website I develop.</a>
(My username there is kilgorezer, ofc)<br/><br/>
Notification Test:<br/>
<iframe src="getnotifications.html"></iframe><br/><br/>
Open Geogebra (menu):<br/>
<button onclick='open("/geogebra6clone/","","popup")'>Open as a popup window</button>
<button onclick='open("/geogebra6clone/","","")'>Open in a new window</button>
<button onclick='location.href="/geogebra6clone/"'>Open in this tab</button><br/><br/>
Settings (experimental):<br/>
<button onclick='applysettings(open("settings", "", "popup"))'>Open (You need to enable popups.)</button>
<experimental-stuff><br/>
<a href="https://web.vidon.ai/editor/d0HZJggu19">
AI-Generated Video (Test)
</a>
</experimental-stuff>
<hr/>
Join my Discord<br/>
<iframe src="https://discord.com/widget?id=1064692238178857021&theme=dark" width="285" height="350" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</body>
<script src="applysettings.js"></script>
<script src="script.js"></script>
</html>