summaryrefslogtreecommitdiff
path: root/html/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/template.html')
-rw-r--r--html/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/template.html b/html/template.html
index c1b2e3f..9c1b5a8 100644
--- a/html/template.html
+++ b/html/template.html
@@ -26,7 +26,7 @@
<main>
<h1>libweb</h1>
<p>A repository with reusable components for web development.</p>
- <a href="https://example.com">example link</a>
+ <p>This is a link to <a href="https://example.com">example.com</a>.</p>
<pre><code>#!/usr/bin/python3
print("This is just some example code!")