-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathastro2020.html
51 lines (45 loc) · 1.29 KB
/
astro2020.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>LSST Dark Matter White Paper: Astro2020</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<style>
html {
font-family: "Roboto", sans-serif;
line-height: 1.2;
}
body {
color: #333;
background-color: #EEE;
}
a:link,
a:link:hover,
a:visited,
.footnote-ref {
color: #0CB0FF;
}
.page {
max-width: 1000px;
margin: auto auto;
padding: 5em 1em;
}
.center{
text-align: center;
}
</style>
</head>
<body>
<div class="page main-content">
<div class="center">
<h2>LSST Dark Matter White Paper: Astro2020</h2>
<p> Download the latest version of the LSST Dark Matter Astro2020 white paper <a href="https://github.com/lsstdarkmatter/dark-matter-astro2020/releases/download/v1.0/lsst-dark-matter-astro2020_v1.0.pdf">here</a>.
</p>
<br>
<p><a href="index.html">Back to homepage</a></p>
</div>
</div>
</body>
</html>