-
Notifications
You must be signed in to change notification settings - Fork 80
Plusplusminusminus/20260529 add pizza lore #443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
plusplusminusminus
wants to merge
1
commit into
SCE-Development:main
Choose a base branch
from
plusplusminusminus:plusplusminusminus/20260529_add_pizza_lore
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+51
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
|
|
||
| <head> | ||
| <title>Pizza</title> | ||
| </head> | ||
|
|
||
| <body> | ||
| <a href="../index.html">home</a> | ||
| <h1>Pizza</h1> | ||
| <h2>Ingredients</h2> | ||
| <ul> | ||
| <li>2 cups all-purpose flour</li> | ||
| <li>1 packet (2¼ tsp) active dry yeast</li> | ||
| <li>¾ cup warm water</li> | ||
| <li>1 tbsp olive oil</li> | ||
| <li>1 tsp sugar</li> | ||
| <li>1½ tsp salt</li> | ||
| <li>½ cup pizza sauce</li> | ||
| <li>1½ cups shredded mozzarella cheese</li> | ||
| <li>18 to 20 slices of pepperoni</li> | ||
| <li>Your choice of toppings (pepperoni, bell peppers, mushrooms, etc.)</li> | ||
| </ul> | ||
|
|
||
| <h2>Steps</h2> | ||
| <ol> | ||
| <li>In a large bowl, combine warm water, sugar, and yeast. Let sit for 5 minutes until foamy.</li> | ||
| <li>Add flour, olive oil, and salt. Mix until a dough forms.</li> | ||
| <li>Knead the dough on a floured surface for about 5-7 minutes, until smooth and elastic.</li> | ||
| <li>Place the dough in a greased bowl, cover, and let rise for 1 hour or until doubled in size.</li> | ||
| <li>Preheat your oven to 475°F (245°C).</li> | ||
| <li>Punch down the dough and roll it out into a 12-inch circle. Place on a pizza pan or baking sheet.</li> | ||
| <li>Spread pizza sauce over the dough, leaving a small border for the crust.</li> | ||
| <li>Arrange pepperoni slices evenly over the sauce.</li> | ||
| <li>Sprinkle mozzarella cheese evenly over the sauce.</li> | ||
| <li>Add your favorite toppings.</li> | ||
| <li>Bake for 12-15 minutes, or until the crust is golden and the cheese is bubbly.</li> | ||
| <li>Remove from the oven, let cool for a few minutes, slice, and enjoy!</li> | ||
| </ol> | ||
|
|
||
| <div> | ||
| <h2>Food Critic Review</h2> | ||
| <h4> | ||
| Chef Gerard Consuelo | ||
| </h4> | ||
| <p><strong>Food Critic Review:</strong> <em>This pizza is an absolute masterpiece.</em> This pizza is a classic favorite with its crispy crust and gooey, melted cheese. The pepperoni adds a nice salty kick that pairs perfectly with the tomato sauce.</p> | ||
| <p><strong>Recipe Lore:</strong> This pizza is said to have earned its reputation during a late-night bug fix, when it provided just enough motivation for one final compile. Chef Gerard Consuelo approves.</p> | ||
| </div> | ||
| </body> | ||
|
|
||
| </html> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.