diff options
author | Your Name <you@example.com> | 2017-12-23 20:08:09 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-23 20:08:09 +0100 |
commit | 79fa6979aa36b40983827fc5608b8bed85eea833 (patch) | |
tree | edd5ee0a6bbf883036d011248b8243d748e3adaa /ps/grid.html | |
parent | e1a06ca1c59c6af49671cf6f6ab48bcc95af6ef4 (diff) | |
download | lesoiseaux.io-79fa6979aa36b40983827fc5608b8bed85eea833.tar.gz |
Add existing ps.l.o site
Diffstat (limited to 'ps/grid.html')
-rw-r--r-- | ps/grid.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/ps/grid.html b/ps/grid.html new file mode 100644 index 0000000..ad85ae3 --- /dev/null +++ b/ps/grid.html @@ -0,0 +1,59 @@ +<!DOCTYPE html> +<html> + <head> + <title> Petites Singularités </title> + <meta charset="UTF-8"> + <link rel="stylesheet" href="ui/css/screen.css"> + </head> + <body class="grid"> + + <div class="app" id="info"></div> + + <pre> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + </pre> + + <!div class="viewport" id="scene"></div> + + <!script src="ui/js/grid.js"></script> + + </body> +</html> |