Add index.html
initial commit
This commit is contained in:
+82
@@ -0,0 +1,82 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>homeschoolhouston.com</title>
|
||||
</head>
|
||||
|
||||
<!-- This makes the background black -->
|
||||
<body background="starsbg.gif" text="lime">
|
||||
|
||||
<center>
|
||||
|
||||
<!-- This is the big title -->
|
||||
<h1><font color="red" size="7">Welcome to homeschoolhouston!</font></h1>
|
||||
|
||||
<!-- This makes text scroll across the screen -->
|
||||
<marquee bgcolor="yellow"><font color="red" size="5">UNDER CONSTRUCTION</font></marquee>
|
||||
|
||||
<br><br>
|
||||
|
||||
<font color="white" size="4">
|
||||
This is a testing ground for homeschooled kids in the Houston area. We're playing with '90s-style web design, and it's...glorious.
|
||||
</font>
|
||||
|
||||
<br><br>
|
||||
|
||||
<!-- This is a picture -->
|
||||
<!-- <img src="starsbg.gif" width="200"> -->
|
||||
|
||||
<!-- <br><br> -->
|
||||
|
||||
<!-- This is a box with information -->
|
||||
<table border="5" bgcolor="navy" width="500">
|
||||
<tr>
|
||||
<td>
|
||||
<font color="white">
|
||||
<b>About Me:</b><br>
|
||||
Name: Homeschooled Kid<br>
|
||||
Favorite Color: Green<br>
|
||||
Hobby: Computers<br>
|
||||
<br>
|
||||
<i>Thanks for visiting my page!</i>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
|
||||
<br><br>
|
||||
|
||||
<font color="yellow" size="5">Community Pages</font>
|
||||
|
||||
<br><br>
|
||||
|
||||
<!-- This is a list of links -->
|
||||
<a href="people/TEMPLATE.html"><font color="white">Template Page (copy this to make your own)</font></a>
|
||||
|
||||
<br><br>
|
||||
|
||||
<font color="white" size="2">
|
||||
More pages coming soon!
|
||||
</font>
|
||||
|
||||
<br><br>
|
||||
|
||||
<!-- This is a link to another page -->
|
||||
<!-- <a href="mailto:webmaster@homeschoolhouston.com"><font color="yellow">Email Me</font></a> -->
|
||||
|
||||
<br><br>
|
||||
|
||||
<!-- This shows how many people visited -->
|
||||
<font color="white">Visitors: </font>
|
||||
<font color="lime" size="6">00142</font>
|
||||
|
||||
<br><br>
|
||||
|
||||
<!-- Another construction picture -->
|
||||
<img src="construction.gif">
|
||||
|
||||
</center>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user