improved form styling, responsiveness, colors, added favico

This commit is contained in:
2023-07-10 13:01:38 +02:00
parent b9f8778f40
commit d86a01f680
11 changed files with 274 additions and 83 deletions
+3
View File
@@ -8,6 +8,7 @@
<title>Login - Cinetrack</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="icon" type="image/x-icon" href="/favico.ico">
</head>
<body>
<header>
@@ -31,5 +32,7 @@
?>
</p>
<p>or</p>
<a class='btn' href='register.php'>Register</a>
</body>
</html>