diff options
Diffstat (limited to 'app/index.html')
-rw-r--r-- | app/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html new file mode 100644 index 0000000..a8e9c48 --- /dev/null +++ b/app/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <link rel='stylesheet' href="base.css" /> + <link rel='stylesheet' href="index.css" /> + </head> + <body> + <script src='all.js'></script> + </body> +</html> |