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