From cb9fa4169136275b86dde95310eb288dba5a7da6 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 29 Oct 2022 22:44:42 +0200 Subject: html: tabs with javascript --- src/web/html.md | 6 ++++++ src/web/src/tabs.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 src/web/src/tabs.html (limited to 'src/web') diff --git a/src/web/html.md b/src/web/html.md index e31f325..4f545e1 100644 --- a/src/web/html.md +++ b/src/web/html.md @@ -18,3 +18,9 @@ ```html {{#include src/grid-area.html }} ``` + +# Minimal tabs +[Rendered html](src/tabs.html) +```html +{{#include src/tabs.html }} +``` diff --git a/src/web/src/tabs.html b/src/web/src/tabs.html new file mode 100644 index 0000000..af3f56a --- /dev/null +++ b/src/web/src/tabs.html @@ -0,0 +1,30 @@ + + + + + +
+

Some content goes here ...

+
+ + -- cgit v1.2.3