IT2805/list.html

16 lines
221 B
HTML
Raw Normal View History

2020-09-02 15:45:54 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>A list apart</title>
</head>
<body>
<div class="wrapper">
<h1>This is a list</h1>
<footer></footer>
</div>
</body>
</html>