summaryrefslogtreecommitdiff
path: root/templates/core/page
blob: 09299f7176a93cc837b8d82a3a762263623b5e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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="<!--domain-->/<!--favicon-->">
  </head>
  <body>
	<!--HEADER-->
	<div class='content'>
	  <!--CORE/CONTENT-->
	</div>
	<!--FOOTER-->
  </body>
</html>