1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Internet_Security/views/layout.pug
2020-05-11 10:51:30 +02:00

12 lines
212 B
Text

doctype html
html(lang="en")
head
meta(charset='utf-8')
if title
title Internet security - #{title}
else
title Internet security
link(rel="stylesheet", href="/css/main.css")
body
block content