-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
28 lines (24 loc) · 759 Bytes
/
Copy pathindex.php
File metadata and controls
28 lines (24 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css">
<style>
*{
background-image: url(image/book.png);
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<Center><h1 style="color:white;" >Online Quiz System</h1></Center>
<form class="box" action="loginval.php" method="POST">
<h1 style="background: #191919;">Login</h1>
<input type="text" name="uname" placeholder="Username" required>
<input type="password" name="password" placeholder="Password" required>
<input type="submit" name="submit" value="Login">
</form>
</body>
</html>