Files
rpi-utils/calendar.html
T
2023-02-22 20:36:20 -05:00

24 lines
947 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/calendar.css" defer>
<link rel="stylesheet" type="text/css" href="/navbar.css" defer>
<title>RPI Academic Calendar to ics</title>
</head>
<body>
<div class="topnav">
<a href="/">Home</a>
<a class="active" href="calendar">Calendar</a>
</div>
<h1>Academic Calendar</h1>
<div style="margin-top: 50px; text-align: center;">
<a class="calDownload" href="/createCalendar/" download="rpievents.ics" onclick="alert('Your file will download shortly')">Download ICS file</a>
<br style="margin-bottom: 70px;">
<a class="ogCal" href="https://info.rpi.edu/registrar/academic-calendar" target="_blank">RPI Web Page</a>
</div>
</body>
</html>