1
mirror of https://github.com/jakejarvis/my-first-website.git synced 2025-09-18 13:35:31 -04:00

first commit

This commit is contained in:
2013-05-05 17:56:42 -04:00
commit 1fe4d45603
106 changed files with 2210 additions and 0 deletions

19
chatbeta.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Chatroom Beta</title>
</head>
<body bgcolor="Cornsilk">
<centeR><h1><i>Advanced Chatroom</i></h1></center><br><hr><br>Sign in the following way:<br>
<center><a href="chatpass.html">Sign-on Information</a></centeR>
<br><hr><br><center>
<!-- Start of Chatway Java Applet Coding: http://www.chatway.com/ -->
<script language="JavaScript" src="http://chat.chatway.com:8080/Java/e.js?room=Jake's Chat Room&width=550&height=350&bg=Cornsilk&fg=000000&fontsize=12&mr=True&showrooms=True&sounds=True&colors=True"></script>
<!-- End of Chatway Java Applet Coding: http://www.chatway.com/ -->
</center>
</body>
</html>