doctype html html(lang='de') head title Wann ist es vorbei? meta(name='title' content='Wann ist es vorbei?') meta(name='description' content='Wann sind endlich genug Leute geimpft? Wann kehrt endlich wieder Normalität ein?') meta(name='keywords' content='Corona, Impfung, Datum, RKI, AstraZeneca, Normalität') meta(name='robots' content='index, follow') meta(http-equiv='Content-Type' content='text/html; charset=utf-8') meta(name='language' content='German') meta(name='revisit-after' content='7 days') meta(name='author' content='Sebastian Seedorf') // Webapp link(rel='manifest' href='/public/manifest.json') meta(name='mobile-web-app-capable' content='yes') meta(name='apple-mobile-web-app-capable' content='yes') meta(name='application-name' content='Corona-Uhr') meta(name='apple-mobile-web-app-title' content='Corona-Uhr') meta(name='theme-color' content='#FD1D1D') meta(name='msapplication-navbutton-color' content='#FD1D1D') meta(name='apple-mobile-web-app-status-bar-style' content='black-translucent') meta(name='msapplication-starturl' content='/') meta(name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no') link(rel='icon' sizes='172x172' href='/public/homescreen.png') link(rel='apple-touch-icon' sizes='172x172' href='/public/homescreen.png') block scripts script(src="/public/script.js") link(rel="preconnect", href="https://fonts.gstatic.com") link(rel="stylesheet", href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,400;1,900&display=swap") link(rel="stylesheet", href="/public/style.css") body(onload="onloaded()") block body