-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit new team members and a news letter release
- Loading branch information
1 parent
55648aa
commit d51e991
Showing
6 changed files
with
680 additions
and
987 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 |
---|---|---|
@@ -1,15 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>404 - Not Found</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta charset="utf-8" /> | ||
<meta property="twitter:card" content="summary_large_image" /> | ||
|
||
<style data-tag="reset-style-sheet"> | ||
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth } | ||
</style> | ||
<style data-tag="default-style-sheet"> | ||
<html lang="en" | ||
><head | ||
><title>404 - Not Found</title | ||
><meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0" | ||
/><meta charset="utf-8" /><meta | ||
property="twitter:card" | ||
content="summary_large_image" | ||
/><style data-tag="reset-style-sheet"> | ||
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }</style | ||
><style data-tag="default-style-sheet"> | ||
html { | ||
font-family: Open Sans; | ||
font-size: 18px; | ||
|
@@ -25,47 +26,44 @@ | |
color: var(--dl-color-gray-black); | ||
background-color: var(--dl-color-gray-white); | ||
|
||
} | ||
</style> | ||
<link | ||
}</style | ||
><link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected]/animate.css" | ||
/><link | ||
rel="shortcut icon" | ||
href="public/favicon-32x32.png" | ||
type="icon/png" | ||
sizes="32x32" | ||
/> | ||
<link | ||
/><link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" | ||
data-tag="font" | ||
/> | ||
<link | ||
/><link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" | ||
data-tag="font" | ||
/> | ||
<style> | ||
/><link | ||
rel="stylesheet" | ||
href="https://unpkg.com/@teleporthq/teleport-custom-scripts/dist/style.css" | ||
/><style> | ||
html { | ||
scroll-behavior: smooth; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<link rel="stylesheet" href="./style.css" /> | ||
<div> | ||
<link href="./404.css" rel="stylesheet" /> | ||
|
||
<div class="not-found-container"> | ||
<h3>OOPS! PAGE NOT FOUND</h3> | ||
<div class="not-found-container1"> | ||
<h1 class="not-found-text1">404</h1> | ||
</div> | ||
<div class="not-found-container2"> | ||
<h2 class="not-found-text2"> | ||
WE ARE SORRY, BUT THE PAGE YOU REQUESTED WAS NOT FOUND | ||
</h2> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://unpkg.com/@teleporthq/teleport-custom-scripts"></script> | ||
</body> | ||
</html> | ||
</style></head | ||
><body | ||
><link rel="stylesheet" href="./style.css" /><div | ||
><link href="./404.css" rel="stylesheet" /><div | ||
class="not-found-container" | ||
><h3>OOPS! PAGE NOT FOUND</h3 | ||
><div class="not-found-container1" | ||
><h1 class="not-found-text1">404</h1></div | ||
><div class="not-found-container2" | ||
><h2 class="not-found-text2" | ||
>WE ARE SORRY, BUT THE PAGE YOU REQUESTED WAS NOT FOUND</h2 | ||
></div | ||
></div | ||
></div | ||
> | ||
<script src="https://unpkg.com/@teleporthq/teleport-custom-scripts"></script></body | ||
></html> |
Oops, something went wrong.