-
Notifications
You must be signed in to change notification settings - Fork 0
/
submit.html
26 lines (26 loc) · 864 Bytes
/
submit.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
<!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">
<link rel="stylesheet" href="style1.css">
<link rel="icon" href="assets/logo.png" text="icon/x-icon">
<title>Submit Page</title>
</head>
<script>
alert("Your response has been submitted")
</script>
<body>
<nav>
<img src="assets/SRMlogo (1).png" class="logo">
<h1>SRM INSTITUTE OF SCIENCE AND TECHNOLOGY</h1>
</nav>
<hr size="2">
<form>
<h2>Your Response has been recieved !!!</h2>
<p>Check for attendance if it's below 75% you won't be able to write the exam.</p>
<div class="attendance"><a href="MAINFRAME.html">check attendance</a></div>
</form>
</body>
</html>