Files
odin-recipes/index.html

61 lines
1.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<meta charset="UTF-8">
<head>
</head>
<body>
<h3>Jalapeno Poppers Ingredients:</h3>
<ul>
<li>Cream Cheese</li>
<li>Applewood Beacon</li>
<li>Garlic Powder</li>
<li>Pimento Cheese</li>
<li>Serrano Peppers</li>
<li>Lime Juice</li>
<li>Sweet Onion</li>
<li>Cilantro</li>
</ul>
<h3>To Do's List</h3>
<ol>
<li>Complete a lession on The Odin Project.com</li>
<li>Earns at least $100 a day by doing Instant Cart.</li>
<li>Return Stitich's Fix Clothing to Post Office.</li>
</ol>
<h3>List of places I'd like to visit someday</h3>
<ul>
<li>To see my father in San Diego.</li>
<li>Visit my family in El Paso, TX.</li>
<li>Meeting new people in Austin, TX.</li>
</ul>
<h3>My all time top 5 favorite video games or movies.</h3>
<ol>
<li>Starcraft 2</li>
<li>Prometheus (movie)</li>
<li>XCOM: UFO Defense</li>
<li>Braveheart</li>
</ol>
</body>
</html>