-
Notifications
You must be signed in to change notification settings - Fork 0
/
tq.html
32 lines (30 loc) · 1001 Bytes
/
tq.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
<!DOCTYPE html>
<!-- Created By CodingNepal - www.codingnepalweb.com -->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Thankyou Page</title>
<link rel="stylesheet" href="/tq.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Festive&family=Oswald:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<nav>
</nav>
<header>
<div class="wrapper">
<div class="static-txt"></div>
<ul class="dynamic-txts">
<li><span>THANKYOU FOR YOUR RESPONCE</span></li>
</ul>
</div>
</header>
<section>
<div class="end">
<!-- <p>CLICK TO SEE YOUR FRIENDS</p> -->
<a href="/friends.html"><input class="button" type="submit" name="" id="submit" value="CLICK TO SEE YOUR FRIENDS"></a>
</div>
</section>
</body>
</html>