introductionToProgramming/pages/index.html
2025-10-07 17:26:09 +02:00

12 lines
No EOL
387 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Introduction to Programming</title>
<!-- redirect to main.pdf -->
<meta http-equiv="refresh" content="0; url=main.pdf">
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="main.pdf">link to the PDF</a>.</p>
</body>
</html>