blob: 916aa02cc17ff0aa8bf26a2ec2129ecb64627b5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>PixelED: make simple graphics in your browser!</title>
<link rel="stylesheet" type="text/css" href="./pixeled.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
</head>
<body onload="handler();">
<section id="app_area"></section>
<script type="text/javascript" src="./pixeled.js"></script>
</body>
</html>
|