Skip to content

Instantly share code, notes, and snippets.

@davidneedham
Created June 9, 2020 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidneedham/ab148f9a9c1395240c088e9bb7edd828 to your computer and use it in GitHub Desktop.
Save davidneedham/ab148f9a9c1395240c088e9bb7edd828 to your computer and use it in GitHub Desktop.
Hello.html with the links to other pages
<!DOCTYPE html>
<html>
<head>
<title>My First Web Page!</title>
</head>
<body>
<h1>Hello Pantheors!</h1>
<a href="hello.html">Hello</a>
<a href="page1.html">Page 1</a>
<a href="page2.html">Page 2</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment