-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 8404a71 with MkDocs version: 1.6.1
- Loading branch information
0 parents
commit 480f01e
Showing
800 changed files
with
1,590,733 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Page Not Found</title> | ||
<style> | ||
body, html { | ||
margin: 0; | ||
padding: 0; | ||
width: 100%; | ||
height: 100%; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
flex-direction: column; | ||
font-family: Arial, sans-serif; | ||
background-color: #ececec; | ||
color: #1b1b34; | ||
overflow: hidden; | ||
} | ||
.container { | ||
text-align: center; | ||
} | ||
.logo img { | ||
width: 15vw; | ||
max-width: 200px; | ||
margin-bottom: 40px; | ||
} | ||
.error-code { | ||
font-size: 6rem; | ||
margin-bottom: 20px; | ||
} | ||
.error-message { | ||
font-size: 2rem; | ||
margin-bottom: 40px; | ||
} | ||
.home-button { | ||
background-color: #007BFF; | ||
color: white; | ||
border: none; | ||
padding: 15px 30px; | ||
font-size: 1.25rem; | ||
cursor: pointer; | ||
border-radius: 5px; | ||
text-decoration: none; | ||
} | ||
.home-button:hover { | ||
background-color: #0056b3; | ||
} | ||
.copyright { | ||
margin-top: 40px; | ||
font-size: 0.875rem; | ||
color: #333333; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="logo"> | ||
<img src="/assets/images/strangebee-logo.svg" alt="StrangeBee Company Logo"> | ||
</div> | ||
<div class="error-code"> | ||
404 | ||
</div> | ||
<div class="error-message"> | ||
Oops! Page not found. | ||
</div> | ||
<a href="/" class="home-button" aria-label="Return to the homepage" role="button">Return to Homepage</a> | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
docs.strangebee.com |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.