mirror of
https://github.com/danbulant/introductionToProgramming
synced 2026-05-19 12:28:44 +00:00
12 lines
No EOL
387 B
HTML
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> |