Mercurial > lab > homepage
view site/.aya/layout.html @ 3:21b2c131d8c7
Wallpapers take a long time to load, and the mobile ones were removed because of the same reason
author | yakumo_izuru |
---|---|
date | Sun, 08 Jun 2025 13:01:55 -0300 |
parents | edf035b5437a |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <link rel="icon" href="/favicon.ico"> <link rel="stylesheet" href="/css/windowmaker.css"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="author" content="Izuru Yakumo (八雲イズル)"> <meta name="description" content="{{ description }}"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ title }}</title> </head> <body> <div id="wrapper"> <article> {{ content }} </article> <div id="titlebar"> <div id="minimize"></div> <div id="titlebar-inner">{{ title }}</div> <a href="/"><div id="close"></div></a> </div> <div id="resizebar"> <div id="resizebar"></div> <div id="resizebar-inner"></div> </div> <div id="resizer"></div> </div> </body> </html>