Skip to content

Instantly share code, notes, and snippets.

@pictolearn
Created June 7, 2019 13:42
Show Gist options
  • Save pictolearn/b97e6762318b6e6a6a76ae664300a62d to your computer and use it in GitHub Desktop.
Save pictolearn/b97e6762318b6e6a6a76ae664300a62d to your computer and use it in GitHub Desktop.
loadpage.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page Loaded Dynamically</title>
</head>
<body>
<div>
<h1>Loaded page Dynamically</h1>
<p>Page Loaded Dynamically</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment