From 526ae6edc7675ccab41f7b854cc277088f02e0ab Mon Sep 17 00:00:00 2001 From: demo Date: Thu, 7 May 2026 16:00:07 -0400 Subject: feat: add some demo CSS --- views/index.gohtml | 2 +- views/static/style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 views/static/style.css (limited to 'views') diff --git a/views/index.gohtml b/views/index.gohtml index 752f928..03573ee 100644 --- a/views/index.gohtml +++ b/views/index.gohtml @@ -7,7 +7,7 @@ - + {{ template "page" . }} diff --git a/views/static/style.css b/views/static/style.css new file mode 100644 index 0000000..ec71292 --- /dev/null +++ b/views/static/style.css @@ -0,0 +1,3 @@ +a { + color: red; +} -- cgit v1.2.3