change pringle to pringles

This commit is contained in:
John Doe 2023-02-28 21:52:51 -05:00
parent 960fa026ce
commit 83d6a0f58b
2 changed files with 3 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 155 KiB

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>I love pringle!</title> <title>I love pringles!</title>
<style> <style>
body { body {
display: flex; display: flex;
@ -19,8 +19,8 @@
</style> </style>
</head> </head>
<body> <body>
<h1>I love pringle so much! Look at this silly little goober, how could you not love this adorable little guy?</h1> <h1>I love pringles so much! Look at this silly little goober, how could you not love this adorable little guy?</h1>
<img src="./pringle.jpg"> <img src="./pringles.jpg">
</body> </body>
</html> </html>