Created
August 31, 2016 21:55
-
-
Save raphamorim/ddcf1f850112c88a172a9f10870ed7ac 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
<html> | |
<head> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<title>Some Random Page</title> | |
<link href="style.css" rel="stylesheet"> | |
<script src="jquery.js" async></script> | |
</head> | |
<body> | |
<div><img src="polemic-photo.jpg"></div> | |
<script src="main.js" async></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment