diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-12-20 20:58:31 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-12-20 20:58:31 +0100 |
commit | 1f1f13a3f02e7f5f5da5926a402d53f2ccbfe536 (patch) | |
tree | d704a69ccf10b42cbe2ddba8a2291ee3d7d39091 /script.html | |
parent | a86ede2f3d29d6de6ef7c1eab577f00d4c583660 (diff) |
Update du soir
Diffstat (limited to 'script.html')
-rwxr-xr-x | script.html | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/script.html b/script.html deleted file mode 100755 index cd40d37..0000000 --- a/script.html +++ /dev/null @@ -1,48 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, - initial-scale=1.0"> - <style type="text/css"> - html, -body { - margin: 0; - padding: 0; -} - -body { - font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif; - line-height: 1.4em; - background: #f5f5f5; - color: #4d4d4d; - min-width: 230px; - max-width: 550px; - margin: 0 auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - font-weight: 300; -} - - </style> - <title>Drawer</title> -</head> -<body> - <noscript>Sorry, you need to enable JavaScript to see this page.</noscript> - <script id="drawer_js" type="text/javascript" defer="defer" src="script.js"></script> - <script> - var script = document.getElementById('drawer_js'); - script.addEventListener('load', function() { - var app = document.getElementById('slate'); - drawer.run(app); - }); - </script> - - - <section class="todoapp" id="app"> - <canvas id="slate" class="drawing-zone" width="800" height="800"> - </canvas> - </section> - <footer class="info"> </footer> -</body> -</html> |