Skip to content

Commit

Permalink
chore: minor tweak homepage html
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Apr 6, 2021
1 parent cfa183c commit 096d2af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>URLSH | Shorten a long and complex URL</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Free and opensource GOlang URL shortener service with UI, API, Cache, Hits Counter and forwarder">
<meta property="og:url" content="https://urlssh.xyz" />
<meta property="og:title" content="URLSH | Shorten a long and complex URL for free" />
<meta property="og:description" content="Free and opensource GOlang URL shortener service with UI, API, Cache, Hits Counter and forwarder" />
Expand Down Expand Up @@ -70,7 +71,7 @@ <h1 class="title">Shorten a long URL</h1>
</div>
</form>
<h4 class="subtitle">
Source code: <a target="_blank" href="https://urlssh.xyz/v473VY">adhocore/urlsh</a>
Source code: <a target="_blank" rel="noopener" href="https://urlssh.xyz/v473VY">adhocore/urlsh</a>
</h4>
<hr>
<table class="table">
Expand Down

0 comments on commit 096d2af

Please sign in to comment.