Skip to content

Commit

Permalink
Up to v1.3.1, reformat css link to font
Browse files Browse the repository at this point in the history
  • Loading branch information
vmandic committed Feb 3, 2024
1 parent e998cbc commit 1a47f82
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
name="description"
content="Tris - A simple and free web crawler. Tris recursively crawls a website's domain HTML pages and collect its links, built by Vedran Mandić."
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Raleway"
/>
<link rel="icon" type="image/x-icon" href="/static/icons/favicon.ico" />
<link rel="manifest" href="/static/manifest.json" />
<!-- Open Graph meta tags for social media sharing -->
Expand Down Expand Up @@ -138,11 +141,13 @@ <h3 class="text-lg mb-4 font-bold">Source Code:</h3>
</div>
<footer class="p-2 py-4">
<h3>
Built by Vedran Mandić (<a href="https://hachyderm.io/@vekzdran">@[email protected]</a>) with ❤️️
<br/>
Built by Vedran Mandić (<a href="https://hachyderm.io/@vekzdran"
>@[email protected]</a
>) with ❤️️
<br />
<a
href="https://github.com/vmandic/tris-web-crawler/releases/tag/v1.3.0"
>v1.3.0</a
href="https://github.com/vmandic/tris-web-crawler/releases/tag/v1.3.1"
>v1.3.1</a
>
</h3>
</footer>
Expand Down

0 comments on commit 1a47f82

Please sign in to comment.