Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions breakfast/scrambeledeggs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pancakes</title>
</head>
<body>
<a href="../index.html"></a>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can the text in the hyperlink say something like "back" or "return to homepage"

<ul>
ingredients
<li>eggs</li>
<li>milk</li>
<li>olive oil</li>
<li>salt</li>
<li>pepper</li>
</ul>
<ul>
steps
<li>beat the eggs</li>
<li>preheat the pan</li>
<li>cook</li>
</ul>

</body>
</html>
38 changes: 0 additions & 38 deletions breakfast/simpleomlette.html

This file was deleted.