mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 11:02:58 +00:00
Branding
This commit is contained in:
parent
a570354fd4
commit
ef75e594c1
@ -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
|
||||
});
|
||||
|
@ -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}}';
|
||||
|
Loading…
x
Reference in New Issue
Block a user