Fix typo
This commit is contained in:
parent
dd85aa3c39
commit
8a5b7e237d
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
![](https://git.ucode.space/Phil/goshorly/badges/main/pipeline.svg)
|
||||
# goshorly
|
||||
|
||||
An easy self-hosted Link shortner in Golang with Redis <3
|
||||
An easy self-hosted Link shortener in Golang with Redis <3
|
||||
|
||||
[Live-Demo](https://gly.one)
|
||||
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
<div class="container">
|
||||
<div class="jumbotron">
|
||||
<h1>goshorly</h1>
|
||||
<p>An dead simple & fast URL Shortner. <br>
|
||||
All shortend URLs will be available for 30days!
|
||||
<p>An dead simple & fast URL shortener. <br>
|
||||
All shorten URLs will be available for 30days!
|
||||
</p>
|
||||
<hr>
|
||||
<form method="post" action="#">
|
||||
|
@ -83,4 +83,4 @@
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue