Interactive_Computer_Graphi.../index.html
2023-11-23 19:41:34 +00:00

12 lines
145 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello world</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>