-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindexios.html
47 lines (38 loc) · 1.46 KB
/
indexios.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>three.js miraculous</title>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="/static/main.css">
<script src="/static/three.js"></script>
<script type="module" src='/static/mainios.js'></script>
</head>
<body>
<div id="alerter"></div>
<img src="/static/textures/place.png" id="place" />
<img src="/static/textures/break.png" id="del" />
<img src="/static/textures/jump.png" id="jump" />
<div id="selector">
<img src="/static/textures/apple/grass.png" />
<img src="/static/textures/apple/diamond.png" />
<img src="/static/textures/apple/cobblestone.png" />
<img src="/static/textures/apple/tree.png" />
</div>
<!-- #
(((())))
(( APPLE ##
( CODE #
( #
( inside ##
((((((())))))
-->
<svg id='outerT' height="auto" width="15%" viewBox="0 0 100 100">
<circle cx="50%" cy="50%" r="50%" stroke="black" stroke-width="3" fill="rgba(100,100,100,0.5)" />
<circle id='innerT' cx="50%" cy="50%" r="25%" stroke="black" stroke-width="3" fill="rgba(50,50,50,1)" />
</svg>
<script>
alert("Buy normal textures!\nOnly 9999$!");
</script>
</body>
</html>