1 |
1511
|
Luisehahne
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2 |
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3 |
|
|
<?php
|
4 |
|
|
/**
|
5 |
|
|
*
|
6 |
|
|
* @author WebsiteBaker Project
|
7 |
|
|
* @copyright GNU General Public License
|
8 |
|
|
* @license http://www.gnu.org/licenses/gpl.html
|
9 |
|
|
* @version 1.1.0
|
10 |
|
|
* @platform Website Baker 2.8.2+
|
11 |
|
|
*
|
12 |
|
|
*
|
13 |
|
|
* This html default only loaded if intro.php is not created
|
14 |
|
|
*
|
15 |
|
|
*/
|
16 |
|
|
|
17 |
|
|
// TEMPLATE CODE STARTS BELOW
|
18 |
|
|
?><html xmlns="http://www.w3.org/1999/xhtml">
|
19 |
|
|
<head>
|
20 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
21 |
|
|
<meta name="language" content="en" />
|
22 |
|
|
<!-- meta information for search engines -->
|
23 |
|
|
<title></title>
|
24 |
|
|
<meta http-equiv="imagetoolbar" content="no" />
|
25 |
|
|
<meta name="description" content="" />
|
26 |
|
|
<meta name="keywords" content="" />
|
27 |
|
|
<meta name="author" content="WebsiteBaker Org e.V." />
|
28 |
|
|
<meta name="robots" content="index,follow" />
|
29 |
|
|
<meta http-equiv="Content-Encoding" content="gzip" />
|
30 |
|
|
<meta http-equiv="Accept-Encoding" content="gzip, deflate" />
|
31 |
|
|
<!-- site stylesheet (site colors and layout definitions) -->
|
32 |
|
|
<link rel="stylesheet" type="text/css" href="" media="screen,projection" />
|
33 |
|
|
<script src="" type="text/javascript"></script>
|
34 |
|
|
</head>
|
35 |
|
|
<body>
|
36 |
|
|
<div class="content">
|
37 |
|
|
<h3>Put your content here</h3>
|
38 |
|
|
</div>
|
39 |
|
|
</body>
|
40 |
|
|
</html>
|