diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-12-16 14:39:42 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-12-16 14:39:42 +0100 |
commit | 4f262d6540281487f79870aff589ca92f5d2f6c6 (patch) | |
tree | 940e59d943715366d1aa72bb93f248dcd65ab992 /index.html |
Initial commit
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100755 index 0000000..26ba7fa --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, + initial-scale=1.0"> + <script type="text/javascript" defer="defer" src="_build/default/canva.bc.js"></script> + <style type="text/css"> body \{ background-color: black; margin: 3em; \}</style> + <title>Drawer</title> +</head> +<body> + <noscript>Sorry, you need to enable JavaScript to see this page.</noscript> +</body> +</html> |