cstart/index.html

20 lines
402 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CStart</title>
</head>
<body>
<h1>Welcome to CStart</h1>
<p>Select a resource below:</p>
<ul>
<li><a href="Lectures/index.html">Lectures</a></li>
<li><a href="_site/index.html">Codes</a></li>
</ul>
</body>
</html>