Last active
August 31, 2016 21:45
-
-
Save raphamorim/e1f9b99061227c763d78fc58a0233807 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"></script> | |
</head> | |
<body> | |
<div><img src="polemic-photo.jpg"></div> | |
<script src="main.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment