Skip to content

Commit

Permalink
add description meta tag to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewMcArthur committed Jan 23, 2024
1 parent 543903f commit 05a2349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="A free, open-source, and barebones tool for tracking redirects to your website.">
<title>QRStats</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
<link rel="stylesheet" href="/style.css">
Expand Down Expand Up @@ -32,4 +33,4 @@ <h2>Feedback</h2>
href="mailto:[email protected]">email me</a>!</p>
</body>

</html>
</html>

0 comments on commit 05a2349

Please sign in to comment.