understanding commited on
Commit
3a2ed88
·
verified ·
1 Parent(s): 281f7c9

Update public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +6 -5
public/index.html CHANGED
@@ -1,16 +1,17 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <title>Result Checker</title>
5
  <link rel="stylesheet" href="/style.css">
6
  </head>
7
  <body>
8
  <div class="container">
9
- <h1>BEU Result Checker</h1>
10
  <form action="/search" method="GET">
11
- <input type="text" name="regno"
12
- placeholder="Enter Registration Number"
13
- pattern="\d{11}"
 
14
  required>
15
  <button type="submit">Get Result</button>
16
  </form>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <title>BEU Result Checker</title>
5
  <link rel="stylesheet" href="/style.css">
6
  </head>
7
  <body>
8
  <div class="container">
9
+ <h1>Check Your Result</h1>
10
  <form action="/search" method="GET">
11
+ <input type="text"
12
+ name="regno"
13
+ placeholder="Enter Registration Number (11 digits)"
14
+ pattern="\d{11}"
15
  required>
16
  <button type="submit">Get Result</button>
17
  </form>