generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
500.html
33 lines (30 loc) · 1.31 KB
/
500.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
30
31
32
33
<!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">
<meta name="author" content="Paul Young">
<meta name="tags" content="calculator, co-op, payday, payments, deductions, quiz">
<meta name="description" content="Co-op - Your Pay. A website to help you with your pay.">
<!-- below links to be changed if hosted elsewhere -->
<link rel="shortcut icon" href="https://paulio11.github.io/project-2/assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://paulio11.github.io/project-2/assets/css/style.css">
<title>Error 500 - Your Pay</title>
</head>
<body>
<div id="landing">
<!-- below img link to be changed if hosted elsewhere -->
<img src="https://paulio11.github.io/project-2/assets/images/coop-logo.svg" alt="co-op logo" id="landing-logo"
height="64" width="64">
<h1>Your Pay</h1>
<p><strong>Error 500</strong>
<br>
There has been an internal server error.
</p>
<a href="javascript:history.back()" class="back-a"><i class="fa-solid fa-arrow-left"></i> Go back</a>
</div>
<!-- font awesome script -->
<script src="https://kit.fontawesome.com/9446ef5fe5.js" crossorigin="anonymous"></script>
</body>
</html>