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)
|
![](https://git.ucode.space/Phil/goshorly/badges/main/pipeline.svg)
|
||||||
# goshorly
|
# 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)
|
[Live-Demo](https://gly.one)
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<h1>goshorly</h1>
|
<h1>goshorly</h1>
|
||||||
<p>An dead simple & fast URL Shortner. <br>
|
<p>An dead simple & fast URL shortener. <br>
|
||||||
All shortend URLs will be available for 30days!
|
All shorten URLs will be available for 30days!
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<form method="post" action="#">
|
<form method="post" action="#">
|
||||||
|
@ -83,4 +83,4 @@
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue