-
Notifications
You must be signed in to change notification settings - Fork 0
/
ichki_t.php
32 lines (30 loc) · 1.48 KB
/
ichki_t.php
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
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ichki testlar</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<script src="assets/js_new/jquery.min.js"></script>
<script src="assets/js_new/bootstrap.min.js"></script>
<link href="login/signin.css" rel="stylesheet">
</head>
<body class="text-center">
<form method="POST" action="play_test.php" class="form-signin">
<h1 class="h3 mb-3 font-weight-normal">Test topshirish uchun quyidagilarni to'ldiring</h1>
<label for="inputEmail" class="sr-only">Ism</label>
<input type="text" name="ism" class="form-control" placeholder="Ism" required autofocus>
<label for="inputEmail" class="sr-only">Familiya</label>
<input type="text" name="familiya" class="form-control" placeholder="Familiya" required autofocus>
<label for="inputPassword" class="sr-only">Test mavzu raqami</label>
<input type="text" name="mavzu" class="form-control" pattern="[0-9]{1,4}" placeholder="Test mavzusi nomeri" required>
<br>
<label for="inputPassword" class="sr-only">Testga kirish kaliti</label>
<input type="password" name="key" class="form-control" placeholder="Testga kirish kaliti" required>
<br>
<button class="btn btn-lg btn-primary btn-block" type="submit">Testni boshlash</button>
<br>
<p class="mt-5 mb-3 text-muted">© 2018-2018</p>
</form>
</body>
</html>