initial commit
This commit is contained in:
44
index.de.php
Normal file
44
index.de.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de-DE">
|
||||
<head>
|
||||
<title>Max Mehl</title>
|
||||
<link lang="en" title="English" href="/en" hreflang="en" rel="alternate" type="text/html">
|
||||
|
||||
<?php include '/static/head.de.html'; ?>
|
||||
</head>
|
||||
|
||||
<body class="home blog custom-background">
|
||||
|
||||
<div id="header">
|
||||
<div id="header-content">
|
||||
<?php include '/static/nav.de.html'; ?>
|
||||
|
||||
<div class="info">
|
||||
<p><a target="_blank" href="/impressum">Impressum</a></p>
|
||||
<p><a href="/en"><?php include '/static/lang.de.html'; ?></a></p>
|
||||
</div>
|
||||
</div><!-- / header-content -->
|
||||
</div><!-- / header -->
|
||||
|
||||
<div id="header-bottom"> </div>
|
||||
<div id="container">
|
||||
<h1 id="heading">Max Mehl</h1>
|
||||
</div> <!-- / container -->
|
||||
|
||||
<!-- INDEX page -->
|
||||
<div id="featured-boxs">
|
||||
<div class="featured-box-big">
|
||||
<?php include '/text/index-intro.de.html'; ?>
|
||||
</div>
|
||||
|
||||
<br class="clear" />
|
||||
|
||||
<!-- BIG BOXES -->
|
||||
<?php include '/text/index-box.de.html'; ?>
|
||||
<!-- / BIG BOXES -->
|
||||
</div> <!-- / featured-boxs -->
|
||||
<!-- / INDEX page -->
|
||||
|
||||
<?php include '/static/piwik.html'; ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user