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

libweb

+

A repository with reusable components for web development.

+

This is a link to example.com.

+ +

Have a look at this beautiful code:

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

Sometimes it is quite nice to put things into containers:

+ +
+

This is a Container

+

Containers are very good.

+
+