diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..b907717 --- /dev/null +++ b/public/index.html @@ -0,0 +1,16 @@ + +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta content="width=device-width, initial-scale=1" name="viewport"> + <link href="/css/bulma.css" rel="stylesheet" type="text/css"> + </head> + <body> + <div id="app"> + <h3>Loading Pathfinder Tools...</h3> + </div> + <script src="./js/app.js" type="text/javascript"></script> + + </body> +</html> |