lab8/index.html

12 lines
114 B
HTML
Raw Normal View History

2024-11-27 14:21:17 +01:00
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>