mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
15 lines
345 B
HTML
15 lines
345 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<ol type="1">
|
||
|
<li>Mix flour, baking powder, sugar, and salt.</li>
|
||
|
<li>In another bowl, mix eggs, milk, and oil.</li>
|
||
|
<li>Stir both mixtures together.</li>
|
||
|
<li>Fill muffin tray 3/4 full.</li>
|
||
|
<li>Bake for 20 minutes.</li>
|
||
|
</ol>
|
||
|
</body>
|
||
|
</html>
|