13 lines
259 B
Text
13 lines
259 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
|
|
script(src="/socket.io/socket.io.js")
|
|
block content
|
|
footer
|