From e89ea44a83b1cc7926414a19c942e3b239a896e6 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 4 Sep 2021 12:13:05 +0200 Subject: Add code Element --- html/template.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'html/template.html') 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 @@

libweb

A repository with reusable components for web development.

example link +
#!/usr/bin/python3
+
+print("This is just some example code!")
+