This commit is contained in:
2026-05-23 07:46:24 -05:00
commit 7e9e0d7a30
13 changed files with 66 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Tuckers Page</title>
<style>
</style>
</head>
<body>
<h1>Tuckers Page</h1>
<p>Hi, I am Tucker and I love pokemon</p>
<img src="pika.gif" height="200">
<img src="umb.gif" height="200">
<img src="bulb.gif" height="200">
<img src="dragon.webp" height="200">
<img src="card.webp" height="200">
<img src="mega.webp" height="200">
<img src="face.webp" height="200">
<p>I really like all these gifs of Pokemon. Come to my website to learn all about Pokemon.</p>
<a href="rylee.html">Rylee's Page</a>
</body>
</html>