File size: 478 Bytes
f12dc4d
 
 
3a2ed88
f12dc4d
 
 
 
3a2ed88
f12dc4d
3a2ed88
 
 
 
f12dc4d
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
  <title>BEU Result Checker</title>
  <link rel="stylesheet" href="/style.css">
</head>
<body>
  <div class="container">
    <h1>Check Your Result</h1>
    <form action="/search" method="GET">
      <input type="text" 
             name="regno" 
             placeholder="Enter Registration Number (11 digits)"
             pattern="\d{11}"
             required>
      <button type="submit">Get Result</button>
    </form>
  </div>
</body>
</html>