-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 995 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pounce!</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link href="public/style.css" rel="stylesheet">
</head>
<body>
<div class="grid-container">
<div class="header"><h1>[p l e x y] glass</h1></div>
</div>
<div><canvas id="output" width="340" height="340" ></canvas></div>
<div id="program">
[p l e x y]<br/>
<input id="user-pl-r" columns="48" /><br/>
<input id="user-pl-g" columns="48" /><br/>
<input id="user-pl-b" columns="48" /><br/>
<input id="user-pl-a" columns="48" /><br/>
pounce
</div>
<div class="footer">
ref: <a href="https://tixy.land/" target="_new">tixy.land</a> src: <a href="https://github.com/pounce-lang/tixy-pounce" target="_new2">tixy-pounce</a>
</div>
</div>
</body>
<script src="public/bundle.js"></script>
</html>