aboutsummaryrefslogtreecommitdiff
path: root/res/template-website/templates/header.html
blob: 1dfcccf58d85bf6319fc714e796b25a87691bbff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta name="description" content="">
		<meta name="author" content="$author$">
		<title>$author$ - $title$</title>
		<link type="image/png" rel="icon" href="$res(favicon.png)$">
		<link rel="stylesheet" href="$res(style.css)$" type="text/css" media="all">
	</head>
	<body>
		<header>
			<h1>$author$</h1>
			<ul id="menu">$list_menu$</ul>
		</header>