-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.php
48 lines (43 loc) · 1.57 KB
/
contact.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Secret Talk</title>
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<meta name="description" content="Welcome to the best secret talk app">
<meta name="keywords" content="secret,question,answer,message">
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" media="screen and (max-width:768px)" href="css/mobile.css">
<link rel="stylesheet" media="screen and (min-width:1100px)" href="widescreen.css">
<script src="https://kit.fontawesome.com/b06791e85d.js" crossorigin="anonymous"></script>
</head>
<body>
<nav id="navbar">
<h1 class="logo"><a href=project.html>Secret Talk</a></h1>
<ul>
<li><a href="index.php">Sign Up</a></li>
<li><a href="login.php">Sign In</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</nav>
<div class="container">
<div class="box">
<div class="content-box">
<h2>CONTACT US</h2><br>
<p>snpdn1997@gmail<font face="Symbol">.</font>com</p>
<a>rituparnocs@gmail<font face="Symbol">.</font>com</p><br>
<img
src="https://cb-thumbnails.s3.ap-south-1.amazonaws.com/underline_welcome.svg"
/>
</div>
</div>
</div>
<footer id="main-footer">
<div class="footer">
<a href="#" id="pp">Privacy Policy</a>
<a href="#" id="tt">Terms of Use</a>
</div>
</footer>
</body>
</html>