diff --git a/html/index.html b/html/index.html index 689b704..c058f62 100644 --- a/html/index.html +++ b/html/index.html @@ -1,7 +1,7 @@ - chat.abrendan.dev + MicDropMessages @@ -11,7 +11,8 @@
-

chat.abrendan.dev

+

MicDropMessages V1.1

+

Welcome to MicDropMessages! This small webbased application allows you to chat with your friends anonymously! To start, enter your username and enter a chatroom.

@@ -34,8 +35,9 @@

-

- +
+

It was made using Replit's Socket.io template.



diff --git a/html/style.css b/html/style.css index 81eb1f3..0b6c6ca 100644 --- a/html/style.css +++ b/html/style.css @@ -1,5 +1,5 @@ body{ - background: #000000; + background: #343434; color: #ff0000; font-family: 'Segoe UI'; } @@ -21,11 +21,7 @@ input{ color: #b30000; } -#Main{ - background: #000000; - border-radius: 1%; - padding-left: 1%; -} + #Title{ font-size: 300%;