diff options
author | Julien Dessaux | 2021-10-29 20:16:28 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-10-29 20:16:28 +0200 |
commit | 356367d48284678bb3240b32e39f9ee9cc4877fc (patch) | |
tree | 0b353a5042c87f82261bdfcac28a1ca28d8263e9 /src/templates/index.html | |
parent | Added svg favicon and reworked the max-width handling of many elements (diff) | |
download | short-356367d48284678bb3240b32e39f9ee9cc4877fc.tar.gz short-356367d48284678bb3240b32e39f9ee9cc4877fc.tar.bz2 short-356367d48284678bb3240b32e39f9ee9cc4877fc.zip |
typo
Diffstat (limited to 'src/templates/index.html')
-rw-r--r-- | src/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index bd0f853..40610d0 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -14,6 +14,6 @@ <option value="263520">6 months</option> <option value="527040">1 year</option> </select></label> - <button type="submit">shorten</button> + <button type="submit">Shorten</button> </form> {% endblock %} |