internetprogrammierung/index.html

13 lines
149 B
HTML
Raw Normal View History

2018-05-10 23:08:06 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Titel</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
2018-05-22 18:54:41 +02:00
</html>