diff --git a/login.css b/login.css new file mode 100644 index 0000000..e69de29 diff --git a/login.html b/login.html new file mode 100644 index 0000000..2320925 --- /dev/null +++ b/login.html @@ -0,0 +1,34 @@ + + + + + + + Halaman Login + + + +
+

Masuk ke Akun Anda

+

Masukkan email dan kata sandi.

+ + +
+
+ + +
+
+ +
+ + + +
+
+ +
+
+
+ + \ No newline at end of file diff --git a/login.php b/login.php new file mode 100644 index 0000000..4832e8c --- /dev/null +++ b/login.php @@ -0,0 +1,45 @@ +";//kalo di file yang sama + echo "lastname:".$row['lastname']."
"; + } + else echo "Username/password salah"; +} +?> + + + +
+ Username:
+ Password:
+ +
+ + \ No newline at end of file