15 lines
235 B
Handlebars
15 lines
235 B
Handlebars
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Spielstand</title>
|
|
<link rel='stylesheet' href='/css/style.css' />
|
|
</head>
|
|
<body>
|
|
|
|
<h1>{{title}}</h1>
|
|
<p>Welcome to {{title}}</p>
|
|
|
|
</body>
|
|
</html>
|