profile-site + first article
Profilseite mit Inhalt Artikel "Pythagoras" mit Inhalt
This commit is contained in:
@@ -7,20 +7,18 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Gästebuch Beispiel">
|
||||
<meta name="author" content="Dietrich Boles">
|
||||
<link rel="stylesheet" href="../css/main.css" />
|
||||
<title>Gästebuch</title>
|
||||
<meta name="description" content="EduForge">
|
||||
<meta name="author" content="Niklas Ortmann">
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
<title>EduForge</title>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<nav>
|
||||
<?php
|
||||
include_once 'includes/navbar.html';
|
||||
?>
|
||||
</nav>
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
|
||||
@@ -7,20 +7,18 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Gästebuch Beispiel">
|
||||
<meta name="author" content="Dietrich Boles">
|
||||
<link rel="stylesheet" href="../css/main.css" />
|
||||
<title>Gästebuch</title>
|
||||
<meta name="description" content="EduForge">
|
||||
<meta name="author" content="Niklas Ortmann">
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
<title>EduForge</title>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<nav>
|
||||
<?php
|
||||
include_once 'includes/navbar.html';
|
||||
?>
|
||||
</nav>
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
|
||||
@@ -39,7 +37,7 @@
|
||||
|
||||
<footer>
|
||||
<a href="impressum.html">Impressum</a>
|
||||
<a href="datenschutz.html">Datenschutz</a>
|
||||
<a href="datenschutz.php">Datenschutz</a>
|
||||
<a href="nutzungsbedingungen.html">Nutzungsbedingungen</a>
|
||||
</footer>
|
||||
</body>
|
||||
@@ -7,19 +7,17 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Gästebuch Beispiel">
|
||||
<meta name="author" content="Dietrich Boles">
|
||||
<link rel="stylesheet" href="../css/main.css" />
|
||||
<title>Gästebuch</title>
|
||||
<meta name="description" content="EduForge">
|
||||
<meta name="author" content="Niklas Ortmann">
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
<title>EduForge</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<nav>
|
||||
<?php
|
||||
include_once 'includes/navbar.html';
|
||||
?>
|
||||
</nav>
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
|
||||
@@ -37,8 +35,8 @@
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<a href="impressum.html">Impressum</a>
|
||||
<a href="datenschutz.html">Datenschutz</a>
|
||||
<a href="impressum.php">Impressum</a>
|
||||
<a href="datenschutz.php">Datenschutz</a>
|
||||
<a href="nutzungsbedingungen.html">Nutzungsbedingungen</a>
|
||||
</footer>
|
||||
</body>
|
||||
Reference in New Issue
Block a user