41 lines
982 B
PHP
41 lines
982 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<title>kettek</title>
|
|
<style type="text/css">
|
|
/*<![CDATA[*/
|
|
@import "style_reset.css";
|
|
/*]]>*/
|
|
</style>
|
|
<style type="text/css">
|
|
/*<![CDATA[*/
|
|
@import "style.css";
|
|
/*]]>*/
|
|
</style>
|
|
<style type="text/css">
|
|
/*<![CDATA[*/
|
|
@import "style_pretty.css";
|
|
/*]]>*/
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="header" class="shadow_inset">
|
|
<div class="padder">
|
|
<p>Move beyond the modern limitations, doubt the fundamentals and entertain worlds void of preformulated idiosyncracies. Imagine and strive towards the altogether different.</p>
|
|
</div>
|
|
</div>
|
|
<div class="min">
|
|
<div id="menu">
|
|
<div class="padder">
|
|
<?php include 'menu.html' ?>
|
|
</div>
|
|
</div>
|
|
<div id="content">
|
|
<?php include 'front.html' ?>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|