-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.09 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<title>Samaritan | Home</title>
<link rel="icon" href="/favicon.png" type="image/png" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans" type="text/css" />
<link rel="stylesheet" href="/assets/styles/global.css" type="text/css" />
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body>
<div class="middle">
<img src="/assets/images/logo.svg" height="75%" width="75%" alt="Samaritan Logo" />
<hr style="margin-top: 3%; width: 40%;" />
<p>Welcome to the home of the Samaritan project. Please see the <a href="/about">about</a> page for more
information.</p>
<p>Check out <a href="//samaritan.works/" target="_blank">samaritan.works</a> for most recent and up to date
information on the Samaritan project.</p>
</div>
</body>
</html>