forked from rajkaste/Form-Validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page3.html
27 lines (25 loc) · 1.1 KB
/
page3.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Result</title>
<link rel="stylesheet" href="styles_form.css">
<link rel="icon" href="form.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="main-container">
<h2>Registration Done Successfully</h2>
<h3 class="ready">Thanks for coming and Do visit again</h3>
<div class="handles">
<a href="index.html"><button id="submit">Fill Again</button></a>
<h3 class="ready">Follow for more</h3>
<a href="https://www.linkedin.com/in/raj-kaste-97150413b/"><i class="fa fa-linkedin ml-auto" style="font-size:36px"></i></a>
<a href="https://github.com/RK41099"><i class="fa fa-github ml-auto" style="font-size:36px"></i></a>
<a href="http://www.youtube.com/c/RajKaste"><i class="fa fa-youtube ml-auto" style="font-size:36px"></i></a>
<p class="cp">© 2023 Raj Kaste.</p>
</div>
<img src="done.png" alt="Done" class="done">
</div>
</body>
</html>