-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 859 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (28 loc) · 859 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
---
layout: default
title: Mission 2000 Interface
permalink: /
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mission 2000 Search</title>
<link rel="stylesheet" href="{{ '/assets/css/indexPageStyles.css' | relative_url }}">
</head>
<body>
<p>
This website provides a new search interface for the Mission 2000 dataset from the National Park Service (NPS).
To read more about NPS, the Mission 2000 dataset, the theme used by this website, and other credits or citation information,
please visit
<a href="./about">here</a>.
</p>
<p>
Click the button below or the "Go to Interface" item in the menu bar above to access the search interface.
</p>
<br>
<div class="btn-container">
<a href="{{ '/search-interface/' | relative_url }}" class="btn">Go to Interface</a>
</div>
</body>
</html>