mirror of https://github.com/tycrek/ass
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
770 B
25 lines
770 B
doctype html
|
|
html.dark.sl-theme-dark(lang='en')
|
|
head
|
|
meta(charset='UTF-8')
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
|
block title
|
|
title ass 🍑
|
|
meta(name='theme-color' content='black')
|
|
link(rel='stylesheet', href='/.css')
|
|
//- Shoelace/Font Awesome mixins
|
|
include ../node_modules/shoelace-fontawesome-pug/sl-fa-mixin.pug
|
|
include ../node_modules/shoelace-pug-loader/loader.pug
|
|
+slTheme('dark')
|
|
+slAuto
|
|
body.w-screen.h-screen.flex.flex-col
|
|
|
|
//- Header
|
|
.w-full.border-b.border-stone-500.flex.justify-center.items-center.py-3
|
|
h1.text-4xl.font-bold.font-mono: block section
|
|
span [section]
|
|
|
|
//- Centering width-fixer
|
|
.w-full.flex.justify-center.h-full
|
|
.w-full.md_max-w-xl.px-4.pt-16.h-full: block content
|