Old high school files. Lessson notes/codes/projects etc.
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.
hsf/wesweb01/evil_infosite/views/layout.slim

17 lines
466 B

3 years ago
doctype html
html
head
title Evil Info Site
meta charset="UTF-8"
meta name="viewport" content="width=device-width, initial-scale=1.0"
// meta name="keywords" content="template language"
// meta name="author" content="author"
link rel="icon" type="image/png" href="favicon.png"
link rel="stylesheet" type="text/css" href="css/style.css"
body
h1 Evil Info Site
h2 A person registry. No we don't care about GDPR.
== yield