17 lines
179 B
Plaintext
17 lines
179 B
Plaintext
<!doctype html>
|
|
<html lang="en-GB">
|
|
|
|
<head>
|
|
#!
|
|
pp "${SHARE}"/components/head.upphtml
|
|
#!
|
|
</head>
|
|
|
|
<body>
|
|
#!
|
|
pp "${SHARE}"/components/navbar.upphtml
|
|
pp "$1" "$2"
|
|
#!
|
|
</body>
|
|
</html>
|