13 lines
212 B
Text
13 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
|
||
|
|