diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/template.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/html/template.html b/html/template.html index 8416587..c1b2e3f 100644 --- a/html/template.html +++ b/html/template.html @@ -27,6 +27,10 @@ <h1>libweb</h1> <p>A repository with reusable components for web development.</p> <a href="https://example.com">example link</a> + <pre><code>#!/usr/bin/python3 + +print("This is just some example code!") +</code></pre> </main> <script> |