9a2f70d0988762ead3269a492c0f1abded033e28
[living-lab-site.git] / application / views / html_begin.php
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6
7 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
8
9 <!--TODO: title-->
10 <title>TODO</title>
11
12 <!--TODO: custom css-->
13 <link rel="stylesheet" type="text/css" href="main.css" />
14
15 <!--TODO: script-->
16 <!--<script type="text/javascript" src="TODO.js"></script>-->
17
18 <!--TODO: meta-->
19 <meta name="description" content="TODO" /> 
20 <meta name="keywords" content="TODO" />
21
22 </head>
23
24 <body>