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