From a0979df939d1e7168d2dc047eaa7c2812b80e3a8 Mon Sep 17 00:00:00 2001 From: dy0gu Date: Sun, 25 Aug 2024 01:45:47 +0100 Subject: [PATCH] fix: improve metadata --- index.html | 6 ++++-- index.js => scripts/main.js | 0 index.css => styles/globals.css | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) rename index.js => scripts/main.js (100%) rename index.css => styles/globals.css (90%) diff --git a/index.html b/index.html index b06c4a8..64672ee 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,14 @@
.
- - + + NEI + + diff --git a/index.js b/scripts/main.js similarity index 100% rename from index.js rename to scripts/main.js diff --git a/index.css b/styles/globals.css similarity index 90% rename from index.css rename to styles/globals.css index 0dc1683..43b8856 100644 --- a/index.css +++ b/styles/globals.css @@ -1,6 +1,6 @@ @font-face { font-family: "Satoshi Bold"; - src: url(./assets/fonts/satoshi-bold.otf); + src: url(../assets/fonts/satoshi-bold.otf); } html,