-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad36f44
commit 25bc880
Showing
73 changed files
with
8,246 additions
and
6,495 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,29 @@ | ||
<!doctype html> | ||
<html class="h-full"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Error 404</title> | ||
<meta name="description" content="Error 404 page" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" type="text/css" href="/css/tailwind.min.css"> | ||
</head> | ||
<body class="h-full"> | ||
<div class="min-h-full bg-gray-800 px-4 py-16 sm:px-6 sm:py-24 md:grid md:place-items-center lg:px-8"> | ||
<div class="mx-auto max-w-max"> | ||
<main class="sm:flex"> | ||
<p class="text-4xl font-bold tracking-tight text-indigo-600 sm:text-5xl">404</p> | ||
<div class="sm:ml-6"> | ||
<div class="sm:border-l sm:border-gray-200 sm:pl-6"> | ||
<h1 class="text-4xl font-bold tracking-tight text-white sm:text-5xl">Page not found</h1> | ||
<p class="mt-1 text-base text-gray-100">Please check the URL in the address bar and try again.</p> | ||
</div> | ||
<div class="mt-10 flex space-x-3 sm:border-l sm:border-transparent sm:pl-6"> | ||
<a href="https://passky.org" class="inline-flex items-center rounded-md border border-transparent bg-indigo-600 px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none">Go back home</a> | ||
<a href="https://passky.org/contact" class="inline-flex items-center rounded-md border border-transparent bg-indigo-100 px-4 py-2 text-sm font-medium text-indigo-700 hover:bg-indigo-200 focus:outline-none">Contact support</a> | ||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
</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 |
---|---|---|
@@ -1,37 +1,37 @@ | ||
::-webkit-scrollbar { | ||
width: 8px; | ||
width: 8px; | ||
} | ||
|
||
body{ | ||
min-width: 500px; | ||
min-height: 500px; | ||
overflow-x: hidden; | ||
min-width: 500px; | ||
min-height: 500px; | ||
overflow-x: hidden; | ||
} | ||
|
||
#passky-logo{ | ||
background-color: #e6f5ff; | ||
background-color: #e6f5ff; | ||
} | ||
|
||
#bitwarden-logo{ | ||
background-color: #3c8dbc; | ||
background-color: #3c8dbc; | ||
} | ||
|
||
#lastpass-logo{ | ||
background-color: #d12f2e; | ||
background-color: #d12f2e; | ||
} | ||
|
||
#dashline-logo{ | ||
background-color: #0e353d; | ||
background-color: #0e353d; | ||
} | ||
|
||
#onepassword-logo{ | ||
background-color: #fff; | ||
background-color: #fff; | ||
} | ||
|
||
#keeper-logo{ | ||
background-color: #fff; | ||
background-color: #fff; | ||
} | ||
|
||
#nordpass-logo{ | ||
background-color: #d3f8f7; | ||
background-color: #d3f8f7; | ||
} |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
body{ | ||
min-width: 300px; | ||
min-width: 300px; | ||
} | ||
|
||
input::-webkit-outer-spin-button, | ||
input::-webkit-inner-spin-button{ | ||
-webkit-appearance: none; | ||
margin: 0; | ||
-webkit-appearance: none; | ||
margin: 0; | ||
} | ||
|
||
input[type=number]{ | ||
-moz-appearance: textfield; | ||
-moz-appearance: textfield; | ||
} |
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 |
---|---|---|
@@ -1,9 +1,19 @@ | ||
::-webkit-scrollbar { | ||
width: 8px; | ||
width: 8px; | ||
} | ||
|
||
body{ | ||
min-width: 500px; | ||
min-height: 500px; | ||
overflow-x: hidden; | ||
min-width: 500px; | ||
min-height: 500px; | ||
overflow-x: hidden; | ||
} | ||
|
||
input::-webkit-outer-spin-button, | ||
input::-webkit-inner-spin-button{ | ||
-webkit-appearance: none; | ||
margin: 0; | ||
} | ||
|
||
input[type=number]{ | ||
-moz-appearance: textfield; | ||
} |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
::-webkit-scrollbar { | ||
width: 8px; | ||
width: 8px; | ||
} | ||
|
||
body{ | ||
min-width: 500px; | ||
min-height: 500px; | ||
overflow-x: hidden; | ||
min-width: 500px; | ||
min-height: 500px; | ||
overflow-x: hidden; | ||
} | ||
|
||
select{ | ||
-webkit-appearance: none; | ||
-webkit-appearance: none; | ||
} |
Oops, something went wrong.