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