Skip to content

Instantly share code, notes, and snippets.

@mehrad-dm
Last active April 7, 2020 05:19
Show Gist options
  • Save mehrad-dm/23d617e9b4ef8d30db3154fc4d56e97c to your computer and use it in GitHub Desktop.
Save mehrad-dm/23d617e9b4ef8d30db3154fc4d56e97c to your computer and use it in GitHub Desktop.
<!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