-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
52 lines (46 loc) · 1.91 KB
/
contact.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!-- <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title> Contact | Welcome to mercykknight</title>
</head>
<body>
<img src="/static/img/contact.jpg">
<u><div class= "text-center"><h3>Contact Us </h3></u></div>
<div class="container mb-3 py-4">
<div class="alert alert-success" role="alert">
</div>
<form method="post" action="/contact/">
<label for="Contactus" class="form-label">Name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Name">
<label for="Contactus" class="form-label">Email address</label>
<input type="email" class="form-control" id="email" name="email" placeholder="name@example.com">
<br>
<label for="Contactus" class="form-label">Message</label>
<textarea class="form-control" id="message" name="message" rows="3"></textarea>
<br>
<button type="submit" class="btn btn-primary">Send</button>
</form>
</div>
<br><br>
<b><br><br><hr></b>
<center>@Copyright 2021 by MercyKKnight | All Rights Reserved</center>
</body>
</html> -->
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=http://github.com/prathamu200">
<script type="text/javascript">
window.location.href = "http://github.com/prathamu200"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this <a href='http://github.com/prathamu200'>About Us</a>.
</body>
</html>