generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into claudias_branch
- Loading branch information
Showing
26 changed files
with
408 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!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" href="assets/css/style.css"> | ||
<!--Bootstrap 5 CDN--> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | ||
<!--Google Fonts--> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" | ||
rel="stylesheet"> | ||
<!--Font Awesome 5.14--> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" | ||
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" | ||
crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<!--Favicon Link--> | ||
<link rel="shortcut icon" type="image/ico" href="assets/images/favicon.ico" /> | ||
<link rel="shortcut icon" type="image/ico" href="assets/images/favicon.png" /> | ||
<title>404</title> | ||
|
||
</head> | ||
|
||
<body id="error-page"> | ||
<header> | ||
<div id="navbar-container"></div> | ||
</header> | ||
<main> | ||
<section class="container"> | ||
<div class="row my-0 mx-auto"> | ||
<div class="col-12"> | ||
<div class="mainbox"> | ||
<div class="err">4</div> | ||
<i class="far fa-question-circle fa-spin mt-3"></i> | ||
<div class="err2">4</div> | ||
<div class="msg"> | ||
<p>Maybe this page moved? Got deleted? Is hiding out in quarantine? Never existed | ||
in the first place? | ||
</p> | ||
<a class="btn btn-main btn-lg my-3" href="index.html">TAKE ME Home!</a> | ||
|
||
</div> | ||
|
||
<img class="img-fluid mt-3 mt-md-5" | ||
src="https://cdn.pixabay.com/photo/2019/12/13/15/37/faulty-4693238_1280.png" alt="404" | ||
id="img-404"> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</main> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.