Spaces:
Sleeping
Sleeping
Update public/index.html
Browse files- 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>
|
10 |
<form action="/search" method="GET">
|
11 |
-
<input type="text"
|
12 |
-
|
13 |
-
|
|
|
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>
|