diff --git a/LinotteRegular.otf b/LinotteRegular.otf deleted file mode 100644 index 4558dcb..0000000 Binary files a/LinotteRegular.otf and /dev/null differ diff --git a/chat.css b/css/chat.css similarity index 96% rename from chat.css rename to css/chat.css index 8f5f87d..2a84b4c 100644 --- a/chat.css +++ b/css/chat.css @@ -6,7 +6,7 @@ html { @font-face { font-family: Linotte; - src: url(LinotteRegular.otf); + src: url(../assets/LinotteRegular.otf); } form { diff --git a/index.css b/css/index.css similarity index 96% rename from index.css rename to css/index.css index bb184d1..0016675 100644 --- a/index.css +++ b/css/index.css @@ -5,7 +5,7 @@ html { @font-face { font-family: Linotte; - src: url(LinotteRegular.otf); + src: url(../assets/LinotteRegular.otf); } a { diff --git a/style.css b/css/style.css similarity index 100% rename from style.css rename to css/style.css diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index a44bc18..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favicon.svg b/favicon.svg deleted file mode 100644 index 913a880..0000000 --- a/favicon.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - diff --git a/chat.html b/html/chat.html similarity index 84% rename from chat.html rename to html/chat.html index 364eb57..a855f86 100644 --- a/chat.html +++ b/html/chat.html @@ -7,7 +7,7 @@ - + @@ -34,8 +34,8 @@
- - + + diff --git a/login.html b/html/login.html similarity index 83% rename from login.html rename to html/login.html index 48ad76a..b5bcf56 100644 --- a/login.html +++ b/html/login.html @@ -7,8 +7,8 @@ - - + + @@ -27,7 +27,7 @@ - +
diff --git a/register.html b/html/register.html similarity index 90% rename from register.html rename to html/register.html index 2d000d1..1554419 100644 --- a/register.html +++ b/html/register.html @@ -7,8 +7,8 @@ - - + +

Register:

@@ -45,7 +45,7 @@
- + diff --git a/updateinfo.html b/html/updateinfo.html similarity index 92% rename from updateinfo.html rename to html/updateinfo.html index 5cc9e75..477dd4a 100644 --- a/updateinfo.html +++ b/html/updateinfo.html @@ -7,8 +7,8 @@ - - + + @@ -53,7 +53,7 @@ - +
diff --git a/index.html b/index.html index 02da865..4b665d9 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + @@ -18,16 +18,16 @@
  • Stream
  • -
  • +
  • Just Chat
  • -
  • +
  • Register
  • -
  • +
  • Login
  • -
  • +
  • Update Info
  • @@ -61,7 +61,7 @@ scrolling="no"> - + diff --git a/chat.js b/js/chat.js similarity index 100% rename from chat.js rename to js/chat.js diff --git a/login.js b/js/login.js similarity index 100% rename from login.js rename to js/login.js diff --git a/logout.js b/js/logout.js similarity index 100% rename from logout.js rename to js/logout.js diff --git a/register.js b/js/register.js similarity index 100% rename from register.js rename to js/register.js diff --git a/updateinfo.js b/js/updateinfo.js similarity index 100% rename from updateinfo.js rename to js/updateinfo.js