diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-19 08:56:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-19 08:56:15 +0300 |
commit | fae88a44db57ff163915a3c2669b2895411f3cb6 (patch) | |
tree | 85fe8395d5f6a6d2c35451bc6c3525597efe3378 | |
parent | reorder guides (diff) | |
download | wireguard-config-fae88a44db57ff163915a3c2669b2895411f3cb6.tar.gz wireguard-config-fae88a44db57ff163915a3c2669b2895411f3cb6.zip |
index.html: add title to 'Example' button
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ show configuration files that can be used by the client.</p> <div class="row"> <div class="col-sm-offset-3 col-sm-9 text-center"> <button type="submit" class="btn btn-primary">Generate</button> - <a href="{{ example_url }}"><button type="button" class="btn btn-info">Example</button></a> + <a href="{{ example_url }}"><button type="button" class="btn btn-info" title="Fill in the form with examples values">Example</button></a> <span class="help-block" style="margin-bottom: 0;"> <span id="params_error" class="text-danger small" style="white-space: pre-line;"></span> </span> |