This commit is contained in:
2026-05-23 07:46:24 -05:00
commit 7e9e0d7a30
13 changed files with 66 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 415 KiB

+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Caity's Page</title>
</head>
<body>
<h1>Caity's Page</h1>
</body>
</html>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 445 KiB

+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>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 638 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 379 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

+29
View File
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>Rylee's Page</title>
<style>
body {
background-color: lightpink;
}
</style>
</head>
<body>
<h1>Rylee's Page</h1>
<marquee>
<h1 style="color: red;">R</h1>
<h1 style="color: orange;">Y</h1>
<h1 style="color: yellow;">L</h1>
<h1 style="color: green;">E</h1>
<h1 style="color: blue;">E</h1>
</marquee>
<img src="uni.webp" height="200">
<img src="rainbow.png" height="200">
<img src="rainbow2.jpg" height="200">
<p>I like rainbows</p>
<a href="index.html">Tuckers Page</a>
</body>
</html>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB