15 lines
185 B
HTML
Executable File
15 lines
185 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Titel</title>
|
|
</head>
|
|
<body>
|
|
<h1>Ueberschrift 1</h1>
|
|
<h2>Ueberschrift 2</h2>
|
|
<b>
|
|
Boldtest
|
|
</b>
|
|
<p>sd
|
|
</p>
|
|
</body>
|
|
</html>
|