Last active
April 7, 2020 05:19
-
-
Save mehrad-dm/23d617e9b4ef8d30db3154fc4d56e97c to your computer and use it in GitHub Desktop.
This file contains 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> | |
<head> | |
<title>Critical Path: Measure Script</title> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<link href="style.css" rel="stylesheet"> | |
</head> | |
<body onload="measureCRP()"> | |
<p>Hello <span>web performance</span> students!</p> | |
<div><img src="awesome-photo.jpg"></div> | |
<script src="timing.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment