added more lists and contents

This commit is contained in:
2025-08-25 10:23:26 +00:00
parent 4b84fbfa52
commit 2c4ca7e9ce

View File

@@ -5,20 +5,46 @@
</head> </head>
<body> <body>
<p>Hello, this is testing</p>
<h3>Jalapeno Poppers Ingredients:</h3>
<ul> <ul>
<li>Test one</li> <li>Cream Cheese</li>
<li>Test two</li> <li>Applewood Beacon</li>
<li>Test three</li> <li>Garlic Powder</li>
<li>Pimento Cheese</li>
<li>Serrano Peppers</li>
<li>Lime Juice</li>
<li>Sweet Onion</li>
<li>Cilantro</li>
</ul> </ul>
<h3>To Do's List</h3>
<ol> <ol>
<li>Test one</li> <li>Complete a lession on The Odin Project.com</li>
<li>Test two</li> <li>Earns at least $100 a day by doing Instant Cart.</li>
<li>Test three</li> <li>Return Stitich's Fix Clothing to Post Office.</li>
</ol> </ol>
<h3>List of places I'd like to visit someday</h3>
<ul>
<li>To see my father in San Diego.</li>
<li>Visit my family in El Paso, TX.</li>
<li>Meeting new people in Austin, TX.</li>
</ul>
<h3>My all time top 5 favorite video games or movies.</h3>
<ol>
<li>Starcraft 2</li>
<li>Prometheus (movie)</li>
<li>XCOM: UFO Defense</li>
<li>Braveheart</li>
</ol>
</body> </body>
</html> </html>