-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
33 lines (29 loc) · 1.23 KB
/
index.php
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>
<title>Contest Reminder</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>
<body>
<center>
<h2 style="margin :5%; margin-bottom:3%; margin-top:2%;"> Contest Reminder</h2>
<h3 style="margin-left :15%; margin-right:15%;spacing:2%;" >We will be sending you mail reminder for coding event happening on Codechef and Codeforces regularly.<br><br>
<b>keep Coding!!! </b></h3> </center><br>
<form action="data.php" style="margin :10%; margin-top:0%; margin-bottom:0%;" method="post">
<div class="form-group">
<label for="email">Email address:</label>
<input type="email" class="form-control" id="email" name="email">
</div>
<div class="form-group">
<label for="name">Name:</label>
<input type="text" class="form-control" id="name" name="name">
</div>
<center> <button type="submit" class="btn btn-primary">Submit</button> </center>
</form>
<footer class="container-fluid bg-4 text-center">
<h4><br><br> <p> Contact us: yr15@iitbbs.ac.in or rk39@iitbbs.ac.in </p></h4>
</footer>
</body>
</html>