1
mirror of https://github.com/jakejarvis/my-first-website.git synced 2025-04-26 12:18:28 -04:00
my-first-website/chatpass.html
2013-05-05 17:56:42 -04:00

21 lines
521 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Passwords</title>
</head>
<body bgcolor="Cornsilk">
<center><h1>Sign-on Information</h1><br><hr><br>
<br><b>Username: </b>jakejarvis
<br><b>Password: </b>jakejarvis<br><br><hr><br><br>
<b>Username: </b>jakejarviscom<br>
<b>Password: </b>jakejarvis.com<br><br><hr><br><br>
<b>Username :</b>jjcom<br>
<b>Password :</b>jjcom<br><br><hr>
<a href="chatbeta.html">Back to <i>Advanced Chat</i></a>
</body>
</html>