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

14 lines
259 B
Text
Raw Normal View History

2020-05-11 10:51:30 +02:00
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
2020-05-25 12:02:04 +02:00
script(src="/socket.io/socket.io.js")
2020-05-11 10:51:30 +02:00
block content
2020-05-25 12:02:04 +02:00
footer