Skip to content

Instantly share code, notes, and snippets.

@vinicius33
Created July 5, 2014 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinicius33/e9b30c4039d1f8e8cb50 to your computer and use it in GitHub Desktop.
Save vinicius33/e9b30c4039d1f8e8cb50 to your computer and use it in GitHub Desktop.
udacity-webperf.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Hey ya!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p>
Wazup! Performers? <span>@Udacity!</span>
</p>
<img src="performance-pic.jpg">
<script src="app.js"></script>
<script src="ad.js" async></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment