22 lines
720 B
PHP
22 lines
720 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Schülerfirma - News</title>
|
|
<link rel="icon" type="image/x-icon" href="../logo.png">
|
|
<link rel="stylesheet" href="../stylesheet.css">
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<img class="ueberschrift" src="../banner.png">
|
|
<a class="sitebutton" 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 am 20.12.2023 auf der Lebendigen Krippe in Mutlangen verkauft</p>
|
|
<?php
|
|
echo phpversion();
|
|
?>
|
|
</div>
|
|
<script src="../script.js"></script>
|
|
</body>
|
|
</html>
|