Files
kids/index.html
2026-05-23 07:54:55 -05:00

26 lines
645 B
HTML

<!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">
<img src="dragon.png" 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>