diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/index.html b/index.html deleted file mode 100755 index 26ba7fa..0000000 --- a/index.html +++ /dev/null @@ -1,14 +0,0 @@ -<!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> |