Skip to content

Instantly share code, notes, and snippets.

@ericandrewlewis
Created November 1, 2016 12:59
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 ericandrewlewis/dd64201ea3fcffbd56be4cc71bd9a0cc to your computer and use it in GitHub Desktop.
Save ericandrewlewis/dd64201ea3fcffbd56be4cc71bd9a0cc to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=dd64201ea3fcffbd56be4cc71bd9a0cc
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Shoyu Ramen Recipe</h1>
<img src="http://www.kobayashinoodle.com/wp/wp-content/uploads/2011/06/QuickShoyuRamen.jpg">
<blockquote>"My first bowl of ramen was like my first bowl of cereal, all over again" — Neil Young</blockquote>
<p>Shoyu Ramen is a popular soup-based meal in Japan. </p>
<h2>Ingredients</h2>
<table>
<thead>
<td></td>
<td>For 2 people</td>
<td>For 4 people</td>
</thead>
<tr>
<td>Ramen noodles</td>
<td>1 package</td>
<td>2 packages</td>
</tr>
<tr>
<td>Vegetable broth</td>
<td>16 ounces</td>
<td>32 ounces</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment