-
Notifications
You must be signed in to change notification settings - Fork 0
/
clanwars.html
44 lines (38 loc) · 1.33 KB
/
clanwars.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
<!DOCTYPE html>
<html>
<head>
<title>Team MadCatz</title>
<link rel="stylesheet" type="text/css" href="CSS.css">
<link rel="icon" type="image/jpg" href="bg.jpg">
</head>
<body>
<div id="wholepage">
<header>
<div>
<img class="logo" src="321.png">
<nav>
<ul>
<li><a href="first.html">Home</a></li>
<li><a href="MEMBERS.html">Members</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="clanwars.html">Challenge Us</a></li>
</ul>
</nav>
</div>
</header><br><br>
<h1><span> Clan War Request </span></h1>
<div class="contact-title">
<div class="contact-form">
<form id="contact-form" method="post" action="">
<input type="text" class="form-control" name="Name" placeholder=" Enter Your Name !!" required=""><br>
<input type="text" class="form-control" name="Clan Name" placeholder=" Enter Your Clan Name !!" required=""><br>
<input type="email" class="form-control" name="Email" placeholder=" Enter Your Email !!" required=""><br>
<input type="number" class="form-control" name=" Contact Number" placeholder=" Enter Your Contact Number !!" required=""><br>
<textarea name="Message" class="form-control" placeholder=" Message" rows="4" required=""></textarea><br>
<input type="submit" class="submit" value="Send Request">
</form>
</div>
</div>
</div>
</body>
</html>