diff options
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> |