-
Notifications
You must be signed in to change notification settings - Fork 0
/
spaghetti_squash.html
30 lines (30 loc) · 1.07 KB
/
spaghetti_squash.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<title>Spaghetti Squash</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="/javascripts/javascript.js"></script>
</head>
<body>
<h1>Spaghetti Squash</h1>
<h2>Ingredients</h2>
<ul>
<li>1 spaghetti squash</li>
<li>Extra Virgin Olive Oil</li>
<li>Salt and pepper (to taste)</li>
<li>Basil (optional)</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Preheat oven to 375° F and line baking pan with parchment paper or foil</li>
<li>Cut spaghetti squash in half vertically and scrape seeds out of center</li>
<li>Brush each half with olive oil and sprinkle with salt and pepper</li>
<li>Roast 45-55 minutes</li>
<li>Remove from oven and use fork to scrape out the "spaghetti"</li>
<li>Serve over marinara sauce of choice and recommend seasoning with basil, salt, and pepper</li>
</ol>
<footer>
<a href="http://robertjmccaffery.com/recipes.html">Back to Recipes</a> | <a href="http://robertjmccaffery.com/">Home</a>
</footer>
</body>
</html>