-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 1.58 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 1.58 KB
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
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Result</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/styles.css">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
</head>
<body class="text-center">
<main class="form-signin w-100 m-auto">
<form action="/" method="post">
<img class="mb-4" src="abc.jpg" alt="" width="80" height="65">
<h1 class="h3 mb-3 fw-normal">Practice Test Result</h1>
<input type="number" name="Class" class="form-control n1" placeholder="Class" required >
<input type="date" name="DOB" class="form-control n2" placeholder="Date Of Birth" required>
<button class="w-100 btn btn-lg btn-primary" type="submit">Check Your Score</button>
<p class="mt-5 mb-3 text-muted n3">© Nakul Sir Tution Classes</p>
</form>
<!-- <form action="/Pdf" method="post">
<button class="w-100 btn btn-lg btn-primary" type="submit">Sample Answer Script</button>
</form> -->
</main>
</body>
</html>