Created
October 30, 2014 15:31
-
-
Save sarciszewski/abcdf75ba7a2044e8f0f to your computer and use it in GitHub Desktop.
gewt
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> | |
<head> | |
<title>Something something dark side</title> | |
<meta charset="UTF-8" /> | |
</head> | |
<body> | |
<h1>Title</h1> | |
<p> | |
Lorem Ipsum here | |
</p> | |
<p> | |
More Lorem Ipsum Here | |
<br /> | |
Line breaks, because we can! | |
</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment