diff options
Diffstat (limited to 'html/template.html')
-rw-r--r-- | html/template.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/html/template.html b/html/template.html index 9c1b5a8..eaaf9e7 100644 --- a/html/template.html +++ b/html/template.html @@ -25,12 +25,24 @@ <main> <h1>libweb</h1> + <p>A repository with reusable components for web development.</p> + <p>This is a link to <a href="https://example.com">example.com</a>.</p> + + <p>Have a look at this beautiful code:</p> <pre><code>#!/usr/bin/python3 print("This is just some example code!") </code></pre> + + <p>Sometimes it is quite nice to put things into containers:</p> + <a href="https://xengineering.eu"> + <div href="https://xengineering.eu"> + <h3>This is a Container</h3> + <p>Containers are very good.</p> + </div> + </a> </main> <script> |