generated from shkeating/html-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (46 loc) · 2.16 KB
/
index.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
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Main | Silent Hill 2</title>
<meta name="description" content="An overview of the game, its themes, characters, and monster designs.">
<meta name="author" content="Leigh Joiner">
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="stylesheet" href="styles.css">
<!-- fonts -->
<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=Akshar:wght@300;500&family=Gravitas+One&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<a href="index.html"><img src="favicon_io/android-chrome-192x192.png" alt="Silent Hill 2"></a>
<a href="characters.html">Characters</a>
<a href="endings.html">Endings</a>
<a href="monsters.html">Monsters</a>
</nav>
</header>
<main>
<div class="wrapper">
<h1>Welcome to Silent Hill</h1>
<h3>Spoilers Ahead</h3>
<img src="Parking Lot.jpeg"/>
<h3 class="intro">Warning:</h3>
<p class="intro">This website will contain content which may be upsetting for some users, including, but not limited to:
Sexual abuse, domestic abuse, terminal illnesses, and murder.</p>
<br>
<h2 class="intro">Introduction</h2>
<p class="intro">James Sunderland receives a letter from his wife, Mary, telling him to go to Silent Hill, to their "special place".
When he gets there, the town is abandoned and covered in a thick fog. And Mary has been dead for three years.
</p>
<p class="intro">Here, I will cover the plot elements of the main story and Born From A Wish, the characters we encounter and interact with,
the endings you can receive, and the monsters you must fight.
</p>
</div>
</main>
<footer>
</footer>
</body>
</html>