Thumbnail

mod/u.buni.party.git

Clone URL: https://git.buni.party/mod/u.buni.party.git

Viewing file on branch master

1!!: ${1:?Usage: head.html title heading}
2!!: ${2:?Usage: head.html title heading}
3
4<!DOCTYPE html>
5<html lang="en">
6 <head>
7 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8 <link rel="stylesheet" href="/mod/style.css">
9 <title>$1</title>
10 <meta property="og:title" content="$1">
11 <meta name="viewport" content="width=device-width, initial-scale=1.0">
12 </head>
13<body><div id="body">
14 <h2>$2</h2>
15