24 lines
No EOL
809 B
PHP
24 lines
No EOL
809 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Schülerfirma</title>
|
|
<link rel="icon" type="image/x-icon" href="logo.png">
|
|
<link rel="stylesheet" href="stylesheet.css">
|
|
</head>
|
|
<body>
|
|
<div class="header"></div>
|
|
<img class="ueberschrift" src="banner.png">
|
|
<a class="cursitebutton" href="index.php">Home</a><a class="sitebutton" href="about.php">Über</a><a class="sitebutton" href="products.php">Produkte</a>
|
|
</div>
|
|
<div class="content">
|
|
<h3>Neuigkeiten: Die Lebendige Krippe</h3>
|
|
<p>Die Schülerfirma hat auf der Lebendigen Krippe verkauft</p>
|
|
<a class="gotobtn" href="news/lebendige-krippe.php">></a>
|
|
</div>
|
|
<div class="content">
|
|
<h3>Neuigkeiten: Die Avocado-Kollektion</h3>
|
|
<p>Die Avocado Kollektion ist bald erhältlich!</p>
|
|
</div>
|
|
<script src="js/script.js"></script>
|
|
</body>
|
|
</html> |