diff options
Diffstat (limited to '')
-rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..916aa02 --- /dev/null +++ b/index.html @@ -0,0 +1,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> |