summaryrefslogtreecommitdiff
path: root/recipes/cheesyCreamyRamen.html
blob: 96f00ab4dbdd69a6af4ae5f680cb345f61a5e9f7 (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
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="../styles.css" rel="stylesheet">
    <title>Document</title>
</head>
<body>
    <div id="container">
        <h1 class="title">
            Cheesy Creamy Ramen
        </h1>
        <div class="content">
            <img src="cheesyCreamyRamen.png">
            <h3 class="header">
                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 class="header">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 class="header">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>
        </div>
        <footer>
            <a href="../index.html">Home</a>
        </footer>
    </div>
</body>
</html>