Created
June 7, 2019 13:42
-
-
Save pictolearn/b97e6762318b6e6a6a76ae664300a62d to your computer and use it in GitHub Desktop.
loadpage.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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