summaryrefslogtreecommitdiff
path: root/recipes/cheesyCreamyRamen.html
blob: 01a4459a25a990a3c9af09c26bc5c526a1b44e74 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <h1>
        Cheesy Creamy Ramen
    </h1>
    <img src="cheesyCreamyRamen.png">
    <h3>
        Ramen cooked with milk, cheese, and butter to create a very rich, creamy meal.
    </h3>
    <p>
        Package ramen cooked with butter, milk, ramen sauce pack, creates a rich sauce.
        Folding cheese into the cooked noodles creates a cheese furnace
        Chili oil, scallions, and egg and different flavors and depth.
    </p>
    <h3>Ingredients</h3>
    <ul>
        <li>Ramen noodles</li>
        <li>Ramen sauce pack</li>
        <li>Butter</li>
        <li>Milk</li>
        <li>Melty Cheese</li>
        <li>Chili oil</li>
        <li>Scallions</li>
        <li>Soft boiled egg</li>
    </ul>
    <h3>Instructions</h3>
    <ol>
        <li>Boil noodles for a minute then drain</li>
        <li>Hunk of butter in a pan on medium</li>
        <li>Add some milk (no more than half a cup)</li>
        <li>Throw in the sauce pack</li>
        <li>Throw in those noodles (don't throw them too hard)</li>
        <li>Add the noodles back and and cook until thicc</li>
        <li>Put into bowl</li>
        <li>Add melty cheese and fold over into cheese furnace</li> 
        <li>Add chili oil (oil squeezed from a bowl of beef chili)</li>
        <li>Add rapscallions</li>
        <li>Add egg</li>
        <li>Injure mouth with spiky chopsticks</li>
    </ol>
    <a href="../index.html">Home</a>
</body>
</html>