Created
March 26, 2013 19:52
-
-
Save costinEEST/5248603 to your computer and use it in GitHub Desktop.
Untitled
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
body { | |
background-color: #d2b48c; | |
margin-left: 20%; | |
margin-right: 20%; | |
border: 2px dotted black; | |
padding: 10px 10px 10px 10px; | |
font-family: sans-serif; | |
} |
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> | |
<title>Head First Lounge</title> | |
</head> | |
<body> | |
<h1>Welcome to the New and Improved Head First Lounge</h1> | |
<img src="drinks.gif"> | |
<p> | |
Join us any evening for | |
refreshing <a href="elixir.html">elixirs</a>, | |
conversation and maybe a game or two of | |
<em>Dance Dance Revolution</em>. | |
Wireless access is always provided; | |
BYOWS (Bring your own web server). | |
</p> | |
<h2>Directions</h2> | |
<p> | |
You'll find us right in the center of downtown Webville. | |
If you need help finding us, check out | |
our <a href="directions.html">detailed directions</a>. | |
Come join us! | |
</p> | |
</body> | |
</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
// alert('Hello world!'); |
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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment