-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="Austere Medicine Virutal Simulations are a set of interactives to give students the experience of providing medical care in resource constrained settings.">
<title>Austere Medicine Virtual Simulations</title>
<!-- Favicon -->
<link rel="icon" href="/dist/images/favicon-am.svg">
<link rel="mask-icon" href="/dist/images/favicon-am.svg" color="#000000">
<!-- Google Fonts CSS -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<script src="https://js.sentry-cdn.com/1ff8147c34ca4105bd6a71ac9489ba49.min.js" crossorigin="anonymous"></script>
</head>
<body>
<main id="react-root"></main>
<script src="/dist/bundle.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="https://search.sites.columbia.edu/cu-privacy-notice/cu-privacy-notice.css" />
<script src="https://search.sites.columbia.edu/cu-privacy-notice/cu-privacy-notice.js"></script>
</body>
</html>