diff options
| author | delta <darkussdelta@gmail.com> | 2026-07-25 11:42:01 +0200 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2026-07-25 11:43:48 +0200 |
| commit | 95ceed33d3adec472f4a1b5d3517baf645766e44 (patch) | |
| tree | 94d8779483e49f7afe624a15e9d271e6f8fbe430 /.zs/layout.html | |
| parent | ae36b044f1fc36cd5587b0d3111c2ee72cf0c03f (diff) | |
site rework!!
Diffstat (limited to '.zs/layout.html')
| -rw-r--r-- | .zs/layout.html | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/.zs/layout.html b/.zs/layout.html index 21ccc0b..4893239 100644 --- a/.zs/layout.html +++ b/.zs/layout.html @@ -24,16 +24,9 @@ </head> <body> - <div id="deco" aria-hidden=true> - <div id="rainbow"></div> - <div id="triangles"></div> - </div> - <div id="upper" role="presentation"> - {{ .zs/components/nav }} - <div> - <main><div>{{ content }}</div></main> - {{ .zs/components/footer }} - </div> - </div> + <div id="triangles"></div> + {{ .zs/components/nav }} + <main><div>{{ content }}</div></main> + {{ .zs/components/footer }} </body> </html> |
