diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/public/index.html b/public/index.html index b907717..02fedac 100644 --- a/public/index.html +++ b/public/index.html @@ -1,16 +1,15 @@ - <!DOCTYPE html> <html> - <head> +<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> +</head> +<body> +<div id="app"> + <h3>Loading Pathfinder Tools...</h3> +</div> +<script src="./js/app.js" type="text/javascript"></script> + +</body> </html> |