This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
unesco-tracker/views/layout.pug

12 lines
354 B
Plaintext

doctype html
html
head
meta(charset='utf-8')
title= title
meta(name='description', content='UNESCO World Heritage Site Visits - Sean Clarke')
meta(name='author', content='Sean Clarke')
link(rel='shortcut icon' href='favicon.ico' type='image/x-icon')
link(rel='stylesheet', href='/stylesheets/main.css')
body
block content