Initial commit
This commit is contained in:
commit
84cf241ce7
27 changed files with 484 additions and 0 deletions
22
news/lebendige-krippe.php
Normal file
22
news/lebendige-krippe.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue