2023-02-05 04:43:34 +04:00
|
|
|
doctype html
|
|
|
|
html(lang='en')
|
|
|
|
head
|
|
|
|
block head
|
|
|
|
title Arav's dwelling #{title}
|
|
|
|
meta(charset='utf-8')
|
|
|
|
meta(http-equiv='X-UA-Compatible' content='IE=edge')
|
|
|
|
meta(name='viewport' content='width=device-width, initial-scale=1.0')
|
|
|
|
meta(name='theme-color' content='#cd2682')
|
|
|
|
block meta_description
|
|
|
|
link(rel='icon' href='/assets/img/favicon.svg' sizes='any' type='image/svg+xml')
|
2023-08-13 01:20:45 +04:00
|
|
|
link(rel='alternate' href='/rss.xml' type='application/rss+xml' title="Arav's dwelling")
|
2023-02-05 04:43:34 +04:00
|
|
|
link(href='/assets/css/main.css' rel='stylesheet')
|
|
|
|
body
|
|
|
|
header
|
|
|
|
svg#logo(viewBox='0 -25 216 40')
|
|
|
|
text.logo Arav's dwelling
|
|
|
|
text.under(y='11') Welcome to my sacred place, wanderer
|
|
|
|
nav
|
|
|
|
block nav
|
|
|
|
block content
|
|
|
|
footer
|
|
|
|
a(href='/rss.xml' title="Stay up to date on what's going on.") RSS feed
|
|
|
|
br
|
2023-09-23 04:46:25 +04:00
|
|
|
| 2017—2023 Alexander "Arav" Andreev <#[a(href='mailto:me@arav.su') me@arav.su]> #[a(href='/privacy') Privacy statements]
|