forked from KieranHanrahan/KieranHanrahan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
52 lines (29 loc) · 1.42 KB
/
Home.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
<!DOCTYPE>
<html>
<head>
<title>Middle Earth Shadow Of War</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<center><img src="logo.png" alt="Logo"style="width:650px;height:200px;" ></center>
</head>
<body>
<body class="home">
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="contact.html">Contact</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>
<li style="float:right"><a href="About.html">About</a></li>
</ul>
<div class="fixed">Welcome To Middle Earth Shadow Of War</div>
<div class="pfixed">Middle Earth is based off of the movie franchise Lord Of The Rings.You follow Talion and his journey with the Wraith Celebrimbor the greatest black smith of the second age.Sauron the great deciever has returned to Middle Earth with his army of orcs.Talion must stop him or all of Middle Earth is doomed THE TIME FOR A NEW RING HAS COME. </div>
<center>
<img src="middle earth.jpg" alt="Talion" style="width:1000px;height:650px;"></center>
</body>
</html>