Init
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>Caity's Page</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Caity's Page</h1>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
+25
@@ -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
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.9 MiB |
+29
@@ -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>
|
||||||
Reference in New Issue
Block a user