-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1010 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Missing Persons Archive</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body class="home">
<nav class="main-nav"> </nav>
<section class="main home">
<section class="home-search-form">
<h1><img alt="Missing Persons Archive Logo" src="logo.png" height="88" width="205"></h1>
</section>
<div class="mpa-update">
<section>
<h2>Temporary Project Update</h2>
<ol>
<li>
The MPA Project is currently unavailable. We apologize for the inconvenience, please check back later.
</li>
</ol>
</section>
</div>
</section>
<footer class="main">
<div class="inner-wrapper">
<span>© 2018 Missing Persons Archive</span>
</div>
</footer>
</body>
</html>