forked from KieranHanrahan/KieranHanrahan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
33 lines (25 loc) · 947 Bytes
/
contact.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
<!DOCTYPE>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
<title>Middle Earth Shadow Of War</title>
</head>
<body>
<center><img src="logo.png" alt="Logo"style="width:650px;height:200px;" ></center>
<ul>
<li><a href="Home.html">Home</a></li>
<li><a class="active" href="contact.html">Contact</a></li>
<li style="float:right"><a href="About.html">About</a></li>
<div class="dropdown">
<button class="dropbtn">Cast
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="http://m.imdb.com/title/tt6579422/fullcredits/cast?ref_=m_ttfc_3" target="_blank">Cast</a>
</div>
</div>
</ul>
<p>Twitter: shadowofwargame<br>
Customer service:https://www.warnerbros.com/customer-service<br>
Email: [email protected]</p> </body>
</html>