Initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Seitenstrukturierung</title>
|
||||
<link rel="stylesheet" type="text/css" href="seitenstrukturierung.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<main></main>
|
||||
|
||||
<section></section>
|
||||
|
||||
<article></article>
|
||||
|
||||
<nav></nav>
|
||||
|
||||
<aside></aside>
|
||||
|
||||
<header></header>
|
||||
|
||||
<footer></footer>
|
||||
|
||||
<div></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user