mirror of
https://github.com/jakejarvis/my-first-website.git
synced 2025-04-26 01:55:23 -04:00
20 lines
704 B
HTML
20 lines
704 B
HTML
<!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>
|
|
|