-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRegistration.html
97 lines (64 loc) · 3.15 KB
/
Registration.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<b<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Event</title>
<link rel="icon" href="img\date.png"/>
<link rel="stylesheet" href="Event.html">
<link rel="stylesheet" href="REGISTRATION FORM.html"/>
<link rel="stylesheet" href="Event.css"/>
</head>
<body style="background-color: black; color: white">
<center>
<h1>Upcoming Events 📅</h1>
<hr>
<p style="color: rgb(231, 200, 46);">Don't Miss any of your important events. Here are the important events you have registered for !</p>
<hr>
<br>
<h2 style="font-size: medium; color: rgb(198, 170, 10);">Photo Gallery Event</h2>
<h3 style="font-size: medium;color: #f5f5f5;">Free Entry | Free Food | Pets are Not Allowed</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/aFWDI6rMyCo?si=K8RC5no7iuZHI5eW" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<br>
<br>
<span style="color:#6e36a7;">Man |</span>
<span style="color:#6e36a7;">Women |</span>
<span style="color:#6e36a7;">Kids |</span>
<span style="color:#6e36a7;">Beauty |</span>
<span style="color:#6e36a7;">Studio |</span>
<p class="pg2">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>
<br>
<a href="Registration.html" style="text-decoration: none;"><h2 style="color: yellow; ">REGISTRATION FORM</h2></div>
<form>
<table>
<tr>
<td>Name</td> <td><input type="text" placeholder="Enter your number"></td>
</tr>
<tr>
<td>Phone</td> <td><input type="number" placeholder="Enter your age"></td>
</tr>
<tr>
<td>Gender:</td>
<td>
<input type="radio" name="Gender">Male
<input type="radio" name="Gender">female
</tr>
<tr>
<td>Email</td> <td><input type="email" placeholder="Enter your Email"></td>
</tr>
<tr>
<td><input type="reset"></td>
<td><input type="submit"></td>
</tr>
</table>
</form>
<nav class="nav1">
<ul>
<li><a href="event.html">HOME</a></li>
</ul>
</nav>
<hr>
<h5>copy right 𝕔2019 myntra<sup>tm</sup></h5>
<hr>
</center>
</body>