11 lines
249 B
Plaintext
Executable File
11 lines
249 B
Plaintext
Executable File
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
meta(charset="UTF-8")
|
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
body
|
|
block content
|
|
|
|
script(src="/web.js") |