-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoops.html
29 lines (28 loc) · 1.57 KB
/
oops.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
<html>
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="custom-page.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="jacob, christina">
<meta name="generator" content="Jekyll v4.0.1">
<title>UWO Course Notifier</title>
</head>
<body class="overview">
<div class="container" style="padding-right: 25px; padding-left: 25px">
<div class="card">
<div style="margin: auto;">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets3.lottiefiles.com/packages/lf20_oUtnc3.json" background="transparent" speed="1" class="player" autoplay></lottie-player>
<!--<i class="checkmark">✓</i>-->
</div>
<h2>Sorry!</h2>
<p style="margin-top: 1em">We couldn't process your request.</p>
<a role="button" style="margin-top: 2em" class="btn btn-primary btn-med btn-block" name="request" href="https://www.coursenotifier.com">Try again</a>
</div>
</div>
</body>
</html>