diff --git a/src/css/global.css b/src/css/global.css index e69de29..94976cc 100644 --- a/src/css/global.css +++ b/src/css/global.css @@ -0,0 +1,23 @@ +@import url('https://fonts.googleapis.com/css2?family=Jersey+15&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); +*{ + font-family: "Jersey 15", sans-serif; + margin: 0; + padding: 0; +} + +body { + color: white; + background-color: black; +} + +.row { + display: flex; + height: 100dvh; +} + +.col { + flex: 1; + width: 50%; + padding: 30px; + box-sizing: border-box; +} \ No newline at end of file diff --git a/src/index.php b/src/index.php index e69de29..b795db4 100644 --- a/src/index.php +++ b/src/index.php @@ -0,0 +1,22 @@ + + + + + + login + + + + +
+

codebeater

+
+

Login to your account

+
+
+ +

don't have account yet? register now!

+
+
+ + \ No newline at end of file diff --git a/src/login.php b/src/login.php deleted file mode 100644 index e69de29..0000000