forked from RBK7-TruthOrDare/RBK7--TruthOrDare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·34 lines (30 loc) · 756 Bytes
/
Copy pathcontact.html
File metadata and controls
executable file
·34 lines (30 loc) · 756 Bytes
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<title>Truth or Dare</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<nav>
<span><a href="index.html">Home</a></span>
<span><a href="about.html" target="_blank">How to Play</a></span>
<span><a href="contact.html" target="_blank">Contact Us</a></span>
</nav>
</header>
<section id="container">
<div>
<p style="font-size: 26px; text-shadow: 1.5px 1px #ccc;">
You can email us at: hendisleem@gmail.com ^^
<br><br>
THANK YOU !
</p>
</div>
</section>
<footer>
<small>© Mahmoud Diab & Hend Tarek Isleem ORIGINAL</small>
</footer>
<script type="text/javascript" src="main.js"></script>
</body>
</html>