-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththings.html
More file actions
78 lines (74 loc) · 2.88 KB
/
things.html
File metadata and controls
78 lines (74 loc) · 2.88 KB
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
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang=de>
<head>
<link rel=icon href="assets/images/logo/favicon.ico">
<link id="theme-link" rel="stylesheet" href="assets/styles/greysteam/greysteam.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="physplay.js"></script>
<script src="hl220.js"></script>
<link href="halflife2-20.css" rel="stylesheet" type="text/css">
<meta charset=utf-8>
<title>leonill007 - Things</title>
<div class='stage'>
</head>
<body>
<center><a href="index"><img src="assets\images\logo\logo.png" title="leonill007" alt="leonill007" width="733" height="140"></a></center>
<main>
<nav>
<li><a href="index">Home</a></li>
<li><a href="downloads">Downloads</a></li>
<li><a href="map-portfolio">Map Portfolio</a></li>
<li><a href="things">JS Things</a></li>
<li><a href="wrapped">Wrapped</a></li>
<li><a href="contact">Contact</a></li>
</nav>
<div class="window" name="Things" data-phys>
<div class="box inset">
<h1>Things</h1>
<h2>Nothing to see here at the moment!</h2>
<!--applet code="G" archive="G.jar" width="480" height="480">
</applet>
<h2>Clippy.js:</h2>
<p><a href="clippy">Clippy.js</a></p>
<h2>Eaglercraft:</h2>
<p><a href="mc-ec">Minecraft - Eaglercraft</a></p>
<h3>Clippy.js by smore-inc</h3>
<p><a href="https://github.com/smore-inc/clippy.js">github.com/smore-inc/clippy.js</a></p>
<h3>Eaglercraft by LAX1DUDE</h3>
<p><a href="https://github.com/LAX1DUDE/eaglercraft">github.com/LAX1DUDE/eaglercraft</a></p-->
</div>
<center><p>© leonill007 2021 - 2026</p>
<div id="theme-switcher">
<button id="greysteam-button">Greysteam</button>
<button id="greensteam-button">Greensteam</button>
</div>
</center>
</div>
<section id="gravgun" class=" ">
<div id="gravgunimage" class="gravgunimage"></div>
<div id="mobilemessage">
<span class="use-mouse">Vielleicht mit der Maus?</span>
<span class="use-desktop">Vielleicht in einem Desktop-Browser?</span>
</div>
<img class="can" id="can" src="assets/physcannon/can.png" />
<img class="can intrash intrash1" src="assets/physcannon/gnome.png" />
<img class="can intrash intrash2" src="assets/physcannon/can.png" />
<div id="trashcan" class="trashcan" data-phys></div>
</section>
</main>
</body>
<script src="assets/js/themeswitcher.js"></script>
</html>
<fieldset id="sounddebug" class="debugUI">
<legend>[DEV] Sound Effect Debug</legend>
<ul>Loading...</ul>
</fieldset>
<fieldset id="physdebug" class="debugUI">
<legend>[DEV] Physics Debug Config</legend>
<ul></ul>
<button onclick="phys.config.reset()">Reset Config</button>
</fieldset>
<div id="physContainer">
<canvas id="physCanvas">
</canvas>
</div>