Init
This commit is contained in:
+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