-
Notifications
You must be signed in to change notification settings - Fork 7
/
slides.html
21 lines (20 loc) · 1.07 KB
/
slides.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Iris KIPP-Rales Slides</title>
<meta name="description" content="Learn more about our rover and leadership this weekend!">
<meta property="og:url" content="https://irislunarrover.space/slides">
<meta property="og:type" content="website">
<meta property="og:title" content="Iris KIPP-Rales Slides">
<meta property="og:description" content="Learn more about our rover and leadership this weekend!">
<meta property="og:image" content="https://i.imgur.com/ATUDNfQ.png">
<link rel="shortcut icon" type="image/ico" href="assets/images/logo/favicon.ico"/>
</head>
<body>
<script>
let url = "https://drive.google.com/drive/folders/1xUmWFO2q214x-_8ypKH5q6OvRtZ9pvpW?usp=drive_link";
window.location.href = url;
</script>
<p>This page should redirect you to resources for the KIPP Rales Scholars weekend 2024. Please click <a href="https://drive.google.com/drive/folders/1xUmWFO2q214x-_8ypKH5q6OvRtZ9pvpW?usp=drive_link">here</a> if your browser does not redirect you automatically.</p>
</body>
</html>