summaryrefslogtreecommitdiff
path: root/templates/core/page
blob: 896f3728622d30674d36a1546e531f1438b1dab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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-->
	<!--CORE/CONTENT-->
	<!--FOOTER-->
  </body>
</html>