Skip to content

Commit

Permalink
A bit of style
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedran Mandic committed Jan 21, 2024
1 parent 45a7a1c commit 9f4c277
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ <h1 class="text-3xl font-bold mb-4">Tris - Simple Spider Scraper</h1>
A Node.js web scraper to recursively crawl a website and collect links
within a specified depth.
</p>
<h3 class="text-lg mb-4">Usage example:</h3>
<h3 class="text-lg mb-4 font-bold">How to use:</h3>
<p>
Navigate to:
Navigate to the following link to start scraping from it by using the settings stated below:
<a id="port-link" href="">http://localhost:<span id="port"></span>/scrape?url=https://www.index.hr</a>
<br />
</p>
<br />
<h3 class="text-lg mb-4">Current settings:</h3>
<h3 class="text-lg mb-4 font-bold">Current scraper settings:</h3>
<pre id="settings">
</pre>
<br />
<h3 class="text-lg mb-4">Source Code:</h3>
<h3 class="text-lg mb-4 font-bold">Source Code:</h3>
<p class="text-lg mb-4">
The source code for Tris is available on GitHub:<br /><a
href="https://github.com/vmandic/tris-simple-spider-scraper"
Expand Down

0 comments on commit 9f4c277

Please sign in to comment.