Skip to content
Snippets Groups Projects
Commit 27e6002d authored by Akmal Fadlurohman's avatar Akmal Fadlurohman
Browse files

Menambahkan login.php

parent e007ef5f
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
<html>
<body>
<h1> Profile </h1>
</body>
</html>
No preview for this file type
File added
......@@ -3,3 +3,10 @@ lighter plum: rgb(92,88,138)
pale cobalt blue: rgb(191,216,255)
lime green: rgb(167,180,4)
winter white: rgb(250, 250, 250)
<?php
if (headers_sent()) {
echo "<script>
document.getElementById('error_msg').innerHTML = 'Invalid username or password!';
</script>";
}
?>
\ No newline at end of file
#login_frame {
height: 300px;
width: 400px;
height: 550px;
width: 400px;
}
#login_frame > div {
left: 10%;
width: 80%;
......@@ -12,9 +11,18 @@
}
#login_frame input[type="submit"] {
display: block;
width: 40px;
margin: 0 auto 15px;
border-radius: 40px;
background-color: rgb(191,216,255);
padding: 5px 3px;
display: block;
width: 30%;
border : none;
cursor : pointer;
margin: 0 auto 15px;
}
#login_frame input[type="submit"]:hover {
opacity: 0.6;
}
#sign_up_frame {
......@@ -22,10 +30,19 @@
height: 550px;
}
#sign_up_frame input[type="submit"]{
display: block;
width: 80px;
margin: 15px auto;
#sign_up_frame input[type="submit"] {
border-radius: 40px;
background-color: rgb(191,216,255);
padding: 5px 3px;
display: block;
width: 30%;
border : none;
cursor : pointer;
margin: 0 auto 15px;
}
#sign_up_frame input[type="submit"]:hover {
opacity : 0.6;
}
#sign_up_frame > div {
......@@ -33,4 +50,4 @@
width: 80%;
height: auto;
position: relative;
}
\ No newline at end of file
}
......@@ -25,4 +25,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment