17 lines
396 B
HTML
17 lines
396 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<!-- Datum 24-10-11 -->
|
|
</head>
|
|
<body>
|
|
<h1>Überschrift 1</h1>
|
|
<h2>Überschrift 2</h2>
|
|
<h3>Überschrift 3</h3>
|
|
<h4>Überschrift 4</h4>
|
|
<h5>Überschrift 5</h5>
|
|
<h6>Überschrift 6</h6>
|
|
</body>
|
|
</html> |