summaryrefslogtreecommitdiff
path: root/buttons.html
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2026-07-25 11:42:01 +0200
committerdelta <darkussdelta@gmail.com>2026-07-25 11:43:48 +0200
commit95ceed33d3adec472f4a1b5d3517baf645766e44 (patch)
tree94d8779483e49f7afe624a15e9d271e6f8fbe430 /buttons.html
parentae36b044f1fc36cd5587b0d3111c2ee72cf0c03f (diff)
site rework!!
Diffstat (limited to 'buttons.html')
-rw-r--r--buttons.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/buttons.html b/buttons.html
new file mode 100644
index 0000000..2565824
--- /dev/null
+++ b/buttons.html
@@ -0,0 +1,40 @@
+<!doctype html>
+<html lang="en">
+ <head>
+
+ <!-- Meta Tags -->
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta property="og:title" content="{{ title }}" />
+ <meta property="og:type" content="website" />
+ <meta property="og:url" content="http://delta.twoexem.com" />
+ <meta property="og:description" content="{{ description }}" />
+ <meta name="theme-color" content="#ecb256" />
+ <title>{{ title }} - darkuss' website</title>
+
+ <!-- Favicon -->
+ <link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png" />
+ <link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png" />
+ <link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png" />
+
+ <!-- Stylesheets -->
+ {{ styles }}
+
+ <!-- Scripts -->
+ {{ scripts }}
+ </head>
+
+ <body>
+ <div id="triangles"></div>
+ {{ .zs/components/nav }}
+ <main>
+ <div>
+ <p>Here's my button (no hotlinking please):
+ <img src="/assets/button.png" alt="An 88x31 button. It contains a slanted triangle, representing a Greek capital delta. On the right are 5 thin lines, red, orange, yellow, green and blue respectively, filling the rest of the space">
+ </p>
+ <div id="buttons">{{ .zs/components/buttons }}</div>
+ </div>
+ </main>
+ {{ .zs/components/footer }}
+ </body>
+</html>