summaryrefslogtreecommitdiff
path: root/example/static
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-12-27 17:10:01 +0600
committerunwox <me@unwox.com>2024-12-27 17:42:07 +0600
commit7db107d070ff7c853dda50201954e8c40c07b6e9 (patch)
treeed59fcd69cc353d1941f73c3945475e41efc63a8 /example/static
parent3601f923be9012a50a5d53f2a3ae5cfcde58ca7b (diff)
add an example site code
Diffstat (limited to 'example/static')
-rw-r--r--example/static/style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/example/static/style.css b/example/static/style.css
new file mode 100644
index 0000000..5b6ceca
--- /dev/null
+++ b/example/static/style.css
@@ -0,0 +1,17 @@
+body {
+ margin: 2rem;
+}
+
+h1 {
+ margin-top: 0;
+}
+
+.container {
+ border: 2px dashed currentColor;
+ padding: 2rem;
+ max-width: 50rem;
+}
+
+.menu-link {
+ margin-bottom: 0.5rem;
+}