-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (23 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Stellar Streams Hub</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Oswald:wght@500&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/style.css">
<script src="./js/libs/jquery-3.5.1.min.js"></script>
</head>
<body>
<div id="canvas"></div>
<script type="module" src="./src/main.js"></script>
<div id="container">
<h1>Stellar Streams</h1>
<!-- <p>Website coming soon.</p> -->
<p><a href="/streams24">Streams24: The Theory Edition</a></p>
<p><a href="/streams22">Streams22: Community Atlas of Tidal Streams</a></p>
<p><a href="/streams21">Streams21: Constraints on Dark Matter</a></p>
</div>
</body>
</html>