Skip to content

Instantly share code, notes, and snippets.

@jchaplin2
Created July 15, 2017 20:34
Show Gist options
  • Save jchaplin2/8b9b4698552caf7c10faaf087cc4da4c to your computer and use it in GitHub Desktop.
Save jchaplin2/8b9b4698552caf7c10faaf087cc4da4c to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Untitled</title>
<link rel="stylesheet" href="style.css">
<script src="javascript-performance.js" > </script>
</head>
<body>
<p>
Hello <span> web performance </span> students!
</p>
<div> <img src="http://udacity-crp.herokuapp.com/awesome-photo.jpg" alt=""></div>
</body>
</html>
var function = myFunc(){
};
span {
color : red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment