Created
September 17, 2015 17:17
-
-
Save anonymous/56d3dded3449a4973d65 to your computer and use it in GitHub Desktop.
// source http://jsbin.com/hiteka
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></head> | |
<body> | |
<h1>Hello World</h1> | |
<p>This is my website.</p> | |
<img src = "http://i.imgur.com/mhmnGbo.png" height=400px alt="black hole kitten"> | |
<a href="https://en.wikipedia.org/wiki/Black_hole">More on black holes.</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment