diff options
author | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-06-22 15:40:06 +0200 |
---|---|---|
committer | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-06-22 15:40:06 +0200 |
commit | ddce2bd3c66a62cb96b2b7ef0602c00c586c429b (patch) | |
tree | b5cd3261c2a65fbd131d78b2ecce2f9100a21104 /public/index.html | |
download | genpass-ddce2bd3c66a62cb96b2b7ef0602c00c586c429b.tar.gz genpass-ddce2bd3c66a62cb96b2b7ef0602c00c586c429b.tar.bz2 genpass-ddce2bd3c66a62cb96b2b7ef0602c00c586c429b.zip |
Bootstrap web site
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> |