-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcong.html
58 lines (48 loc) · 1.59 KB
/
cong.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="cong.css">
<link rel="stylesheet" href="Logo.css">
<link href="cong.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Play" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="cong.css">
<link rel="stylesheet" href="Logo.css">
<title>BOOKSFORME</title>
</head>
<body>
<nav>
<div class="logo">
<h4>BOOKSFORME</h4>
</div>
<ul class="nav">
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="sgnup.html">SIGNUP</a>
</li>
<li>
<a href="logn.html">LOGIN</a>
</li>
</ul>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<div class="cong">
<form action="login.php" method="POST">
<h2 style="color: white">Congratulations you Sign Up successfully!!!</h2>
<a href="logn.html" style="text-decoration: none">Go to login page</a>
<br><br>
</form>
</div>
<script src="cong.js"></script>
</body>
</html>