forked from 0xtaufeeq/Git-and-Github-RVU
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAryaPG.html
More file actions
30 lines (27 loc) · 1.68 KB
/
Copy pathAryaPG.html
File metadata and controls
30 lines (27 loc) · 1.68 KB
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
<html>
<head>
<title>Sign Up</title>
<link rel="stylesheet" href="C:\Users\ARYA\OneDrive\Desktop\RVU\DSA\style.css">
</head>
<body>
<video autoplay muted loop id="background-video">
<source src="C:\Users\ARYA\Downloads\pexels-ibrahim-bennett-15537787-2560x1440-30fps.mp4" type="video/mp4">
Your browser does not support HTML5 video
</video>
<div class="signup">
<h2>Sign Up</h2>
<form action="login.html">
<label for="fname">First Name:</label>
<label for="lname" id="lname">Last Name:</label><br>
<input type="text" name="fname" placeholder="Enter first name" required>
<input type="text" name="lname" placeholder="Enter last name" required><br>
<label for="u_email">Email Id:</label><br>
<input type="email" name="uemail" placeholder="Enter your email id" required><br>
<label for="u_pswd">Password:</label><br>
<input type="password" name="password" placeholder="Enter password" minlength="8" required><br>
<button type="submit">Submit</button>
<a href="https://pickyourtrail.com/vacations/mauritius?utm_source=google&utm_medium=cpc&utm_campaign=Google_PPC-Search_MauritiusPackages-Paid-Packages-LP&utm_keyword=mauritius%20travel%20packages&utm_content=16682497624&utm_feeditemid=140785247487&utm_targetid=kwd-33374303&utm_creative=613266535084&utm_adposition=&gclid=CjwKCAjw8-OhBhB5EiwADyoY1Tb1sUS2soxfiS7vUF5jj3tm1fI7CHOeZDIEqod7yAMI8h2CUE3bzhoCiAEQAvD_BwE">Google signup here</a>
</form>
</div>
</body>
</html>