diff options
| author | Melonai <einebeere@gmail.com> | 2021-09-11 00:39:29 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2021-09-11 00:39:29 +0200 |
| commit | f48897e6c5949d46fd8be453d6ef3970fb4d123f (patch) | |
| tree | ee37e3936de725043b3fe5c0b326f17f073b78b3 /assets/templates/authenticate.template.html | |
| parent | ff1bee9cbd3fa99a962f4e98429fe3827ec632a7 (diff) | |
| download | portgate-f48897e6c5949d46fd8be453d6ef3970fb4d123f.tar.zst portgate-f48897e6c5949d46fd8be453d6ef3970fb4d123f.zip | |
Diffstat (limited to 'assets/templates/authenticate.template.html')
| -rw-r--r-- | assets/templates/authenticate.template.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/assets/templates/authenticate.template.html b/assets/templates/authenticate.template.html index 7d6d72c..ec14b7a 100644 --- a/assets/templates/authenticate.template.html +++ b/assets/templates/authenticate.template.html @@ -1,9 +1,10 @@ {{define "content"}} -<h1>Authentication</h1> -<form method="POST"> - <label> - <input type="text" name="key"> - </label> - <input type="submit" value="Authenticate"> +<p class="description"> + Please authenticate yourself to access <br /> + this port on this host. +</p> +<form method="POST" class="authentication-form"> + <input class="authentication-input" type="password" name="key" /> + <input class="authentication-button" type="submit" value="→" /> </form> -{{end}} \ No newline at end of file +{{end}} |
