-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
34 lines (34 loc) · 1.11 KB
/
index.php
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Sprout - Voxel Coloring Book</title>
<link rel="stylesheet" href="main.css" type="text/css" />
<script src="script.js"></script>
<link rel="shortcut icon" href="http://cdn.spout.org/img/ico/spout.ico" />
</head>
<body onmouseup="setPainting(false)">
<table>
<tr>
<td>
<div id="main">
<div class="central">
<a href="./"><img src="sprout-logo.png" /></a>
<div id="paint">
<div id="paint-sel"></div><div id="paint-area"><div id="paint-interact"></div><img draggable="false" id="bgimg" /><div id="paint-bg"></div></div><div id="paint-img"></div>
<div id="share-bar"><a href="#" onclick="window.location='render.php?i=' + img + '&v='+gen; return false">Save</a> • <a href="gallery/">View Gallery</a></div>
</div>
</div>
</div>
</td>
</tr>
<tr id="footer">
<td>
<div class="central">
<a href="//forums.spout.org">Continue to the forums</a>
</div>
</td>
</tr>
</table>
<script>load()</script>
</body>
</html>