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) {
connected = true;
// Display the welcome message
var message = "Welcome to Socket.IO Chat ";
var message = "FattyChat - Anonomous Chat";
log(message, {
prepend: true
});

View File

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