-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.25 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Results </title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<style>
/* Open Sans font style for all text */
.open-sans-text {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 400; /* You can adjust the font weight as needed */
font-style: normal;
font-variation-settings: "wdth" 100;
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
</head>
<body>
<img src="download.jfif" alt="">
<form class="register" formaction="result.html">
<h1>Enter Register Number</h1>
<input type="text">
<br>
<button formaction="result.html" id="btn">Submit</button>
</form>
</body>
</html>