Basic Setup

This commit is contained in:
2017-03-12 17:27:04 +01:00
parent 8dfe458d8f
commit e9e79562e0
10 changed files with 90 additions and 43 deletions

14
views/admin.hbs Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Admin Interface</title>
<link rel='stylesheet' href='/css/style.css' />
</head>
<body>
<h1>{{title}}</h1>
<p>Welcome to {{title}}</p>
</body>
</html>

View File

@ -1,2 +1,14 @@
<h1>{{title}}</h1>
<p>Welcome to {{title}}</p>
<!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>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
<body>
{{{body}}}
</body>
</html>