Skip to content

Commit 4dd16cb

Browse files
authored
Update index.html
Fix <a> tag formatting
1 parent 8eddb82 commit 4dd16cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<body>
1212
<p>Short URL is invalid! (Or you have been spamming the site too much)</p>
1313
<p>
14-
<a href="https://github.com/nelsontky/gh-pages-url-shortener"
15-
>Learn more about this URL shortener</a
16-
>
14+
<a href="https://github.com/nelsontky/gh-pages-url-shortener">
15+
Learn more about this URL shortener
16+
</a>
1717
</p>
1818
</body>
1919
</html>

0 commit comments

Comments
 (0)