Created
January 3, 2018 00:59
-
-
Save outoftime/9ace8b4b29220c042f74d3bd93301ec0 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: http://localhost:3000/?gist=9ace8b4b29220c042f74d3bd93301ec0
This file contains hidden or 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>America's Pizza </title> | |
</head> | |
<body> | |
<img src="https://www.cicis.com/media/1138/pizza_trad_pepperoni.png" > | |
<img src="http://cdn-image.myrecipes.com/sites/default/files/styles/4_3_horizontal_-_1200x900/public/deep-fried-oreo-mr.jpg?itok=wtj7COMG"> | |
<img src="http://food.fnr.sndimg.com/content/dam/images/food/fullset/2010/1/21/1/FNM_030110-Weeknight-030_s4x3.jpg.rend.hgtvcom.616.462.suffix/1382539254079.jpeg"> | |
<img src="https://images-gmi-pmc.edge-generalmills.com/80fd8638-9b0d-4cba-ba99-9c4b75b4a20c.jpg"> | |
<img src="http://cdn-image.foodandwine.com/sites/default/files/styles/medium_2x/public/201202-xl-moms-chocolate-cake.jpg?itok=umCocY4G"> | |
<img src="http://www.inspiredtaste.net/wp-content/uploads/2016/06/Brownies-Recipe-2-1200.jpg"> | |
<img src="http://missinghumanmanual.com/wp-content/uploads/2011/05/coca_cola_products.jpg"> | |
<img src="https://www.carolinaretail.com/nlhtmlcr/images/11611S-5.jpg"> | |
<p> What would you like to order ?</p> | |
<ul> | |
<li> pizza </li> | |
<li>fried oreos </li> | |
<li>chicken salad </li> | |
<li> meatballs </li> | |
<li>chocolate cake </li> | |
<li>soda or juice </li> | |
</ul> | |
</body> | |
</html> |
This file contains hidden or 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
{"enabledLibraries":["jquery"],"hiddenUIComponents":["console"]} |
This file contains hidden or 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
img{ | |
height:150px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment