Skip to content

Instantly share code, notes, and snippets.

@jnf
Created April 24, 2017 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnf/d0b9e43890250f354ea5cd5481ca8350 to your computer and use it in GitHub Desktop.
Save jnf/d0b9e43890250f354ea5cd5481ca8350 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Doggo Domicile</title>
</head>
<body>
<h1>Let's Play House</h1>
<img src="http://rilane.com/images/2016148/cool-dog-house-with-roofdeck.jpg" alt="bulldog standing atop very cool doghouse">
<script type="text/javascript">
var house = {
"exterior": "wood siding",
"roof": "spanish tile",
"bedrooms": 2,
"bathrooms": 2,
"sqft": 1200,
"hasYard": true
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment