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