-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path500.html
More file actions
25 lines (24 loc) · 930 Bytes
/
Copy path500.html
File metadata and controls
25 lines (24 loc) · 930 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>500 ISE | Gradeline</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<nav class="navbar">
<a href="index.html">🏫 Class Setup</a>
<a href="dashboard.html">📋 Dashboard</a>
<a href="schedule.html">⏰ Schedule</a>
<a href="overview.html">📊 Overview</a>
<a href="quicklinks.html">🔗 Quick Links</a>
<a href="settings.html">⚙️ Settings</a>
<a href="policies.html">📑 Policies</a>
</nav>
<div class="error-content">
<h1><strong>500 Internal Server Error</strong></h1>
<h2>There has been an internal server error. Its our fault, not yours. Try using the navbar to get back to the site.</h2>
<h3>If this happens again, please do not hesitate to contact <a href="mailto:barbar288.2021@gmail.com">Bella Lawrence</a></h3>
</div>
</body>
</html>