diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 2910ad5..8007121 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type="text/css" rel="stylesheet" href="/bulma.min.css"> - <title>Password generator</title> + <title>[WIP] Password generator</title> </head> <body> <section class="section"> @@ -12,6 +12,7 @@ <h1 class="title"> Password Generator </h1> + <label>This is a work in progress</label> <h2 class="subtitle" id="password"> password </h2> |