diff options
author | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-06-23 14:57:04 +0200 |
---|---|---|
committer | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-06-23 14:57:04 +0200 |
commit | 130982347384849c3f874e0ce3cba1de915e1307 (patch) | |
tree | 3979a94399dbc48693a51cc53a9d8ac89f58ab1b /public | |
parent | 438db2bb3d651d624178dd4cc4baac5f81b36a09 (diff) | |
download | genpass-130982347384849c3f874e0ce3cba1de915e1307.tar.gz genpass-130982347384849c3f874e0ce3cba1de915e1307.tar.bz2 genpass-130982347384849c3f874e0ce3cba1de915e1307.zip |
Update to layout and clean up a bit
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 1020e19..567514b 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ </head> <body> <div id="app"> - <h3>Loading Pathfinder Tools...</h3> + <h3>Loading genpass...</h3> </div> <script src="./js/app.js" type="text/javascript"></script> |