diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..b062d37 --- /dev/null +++ b/css/style.css @@ -0,0 +1,6 @@ +* { + padding: 0; + margin: 0; +} + +/*# sourceMappingURL=style.css.map */ diff --git a/css/style.css.map b/css/style.css.map new file mode 100644 index 0000000..5030c67 --- /dev/null +++ b/css/style.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAAA;EACE;EACA","file":"style.css"} \ No newline at end of file diff --git a/css/style.scss b/css/style.scss new file mode 100644 index 0000000..22c532d --- /dev/null +++ b/css/style.scss @@ -0,0 +1,4 @@ +* { + padding: 0; + margin: 0; +} \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..849a6cd Binary files /dev/null and b/favicon.ico differ diff --git a/img/icon.png b/img/icon.png new file mode 100644 index 0000000..941fd9a Binary files /dev/null and b/img/icon.png differ diff --git a/index.html b/index.html index 6571753..7e73f82 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,18 @@ -

Coming Soon...

+ + + + -

- Check the rules and other stuff about the server on https://git.theclashfruit.me/CRSS/CRSS till then. -

+ - \ No newline at end of file + CRSS + + + + + +

CRSS

+ + + + \ No newline at end of file diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..e69de29