Created
July 5, 2014 14:13
-
-
Save vinicius33/e9b30c4039d1f8e8cb50 to your computer and use it in GitHub Desktop.
udacity-webperf.html
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 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