Skip to content

Instantly share code, notes, and snippets.

@tech4him1
Created April 20, 2018 14:20
Show Gist options
  • Save tech4him1/9b998b4061cb2633bf2a232a6365e915 to your computer and use it in GitHub Desktop.
Save tech4him1/9b998b4061cb2633bf2a232a6365e915 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Page Not found</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<style>
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
body, html {
height: 100%;
}
body {
background: #f4f6f6;
font-family: 'Roboto', sans-serif;
color: #414546;
display: flex;
align-items: center;
justify-content: center;
}
p {
margin: 20px 0;
}
.panel {
background: #eee;
padding: 40px 60px;
border-radius: 6px;
width: 40em;
margin: 50px auto;
max-width: 100%;
}
a, a:link, a:active, a:visited {
color: #00c7b7;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="main">
<div class="panel">
<div class="header">
<h1>Page Not found</h1>
</div>
<div class="body">
<p>Looks like you've followed a broken link or entered a URL that doesn't exist on this site.</p>
<p>
<a id="back-link" href="/">← Back to our site</a>
</p>
</div>
</div>
</div>
<script>
(function() {
if (document.referrer && document.location.host && document.referrer.match(new RegExp("^https?://" + document.location.host))) {
document.getElementById("back-link").setAttribute("href", document.referrer);
}
})();
</script>
</body>
</html>
{
"gotrue.user": "{"url":"/.netlify/identity","token":{"access_token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1MjQyMzc0MTgsInN1YiI6IjBjNDFiY2I0LTc2MzAtNDdkYi1iMzE1LTVhNWYyNjYyOWYwNSIsImVtYWlsIjoiaW5jaHJpc3RhbHdheS10ZWNoNGhpbUB5YWhvby5jb20iLCJhcHBfbWV0YWRhdGEiOnsicHJvdmlkZXIiOiJlbWFpbCJ9LCJ1c2VyX21ldGFkYXRhIjp7fX0.Ld66oz5YXiP3tDfd2DJuiNgrE7SmWFjlABiBC59dOgw","token_type":"bearer","expires_in":3600,"refresh_token":"Z_JTokJufd0u0k6s5F_JvQ","expires_at":1524237418000},"id":"0c41bcb4-7630-47db-b315-5a5f26629f05","aud":"","role":"","email":"inchristalway-tech4him@yahoo.com","confirmed_at":"2018-04-19T02:14:43Z","invited_at":"2018-04-19T02:13:58Z","app_metadata":{"provider":"email"},"user_metadata":{},"created_at":"2018-04-19T02:13:58Z","updated_at":"2018-04-19T02:13:58Z"}",
"netlify-cms-user": "{"name":"inchristalway-tech4him","email":"inchristalway-tech4him@yahoo.com","metadata":{},"backendName":"git-gateway"}",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment