summaryrefslogtreecommitdiff
path: root/templates/core/index
blob: 26aef901a5d97b5c10a8c0b5859ab87a3e05e02e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
	<title><!--title--></title>
	<meta charset="utf-8">
	<link href="<!--domain-->/<!--css-->" rel="stylesheet" type="text/css">
	<link rel="icon" type="image/x-icon" href="<!--favicon-->">
  </head>
  <body>
	<!--HEADER-->
	<!--CORE/CONTENT-->
	<!--FOOTER-->
  </body>

</html>