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 @@
- - + + @@ -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 @@ - - + +