This commit is contained in:
Dan Seripap 2016-01-06 22:17:12 -05:00
parent a570354fd4
commit ef75e594c1
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ $(function() {
socket.on('login', function (data) { socket.on('login', function (data) {
connected = true; connected = true;
// Display the welcome message // Display the welcome message
var message = "Welcome to Socket.IO Chat "; var message = "FattyChat - Anonomous Chat";
log(message, { log(message, {
prepend: true prepend: true
}); });

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Hi</title> <title>FattyChat - Anonomous Chat</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<script> <script>
window.username = '{{username}}'; window.username = '{{username}}';