Skip to content

Instantly share code, notes, and snippets.

@lelambonzo
Created December 29, 2023 11:51
Show Gist options
  • Save lelambonzo/cee3abc78fa06f1d05a4a51240be1a9d to your computer and use it in GitHub Desktop.
Save lelambonzo/cee3abc78fa06f1d05a4a51240be1a9d to your computer and use it in GitHub Desktop.
HTML Page 1
<!DOCTYPE html>
<html>
<head><title>Index Page</title></head>
<body>
<h1>Welcome to the Index Page</h1>
<a href="page1.html">Go to Page 1</a>
<a href="page2.html">Go to Page 2</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment