Skip to content

Instantly share code, notes, and snippets.

@chickencoder
Created October 21, 2020 08:17
Show Gist options
  • Save chickencoder/021dd227ecfa9e0350deb22e60a2720c to your computer and use it in GitHub Desktop.
Save chickencoder/021dd227ecfa9e0350deb22e60a2720c to your computer and use it in GitHub Desktop.
sorry
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Sorry!</title>
<style>
html {
font-size: 22px;
}
body {
font-family: system-ui, sans-serif;
}
.title {
font-size: 1.6rem;
line-height: 1;
}
.wrapper {
text-align: center;
max-width: 480px;
margin: 2rem auto;
}
</style>
<head>
<body>
<main class="wrapper">
<h1 class="title">Sorry! <span role="img">🤦‍♂️</span></h1>
<p>I broke my website by accident a few days ago and haven't had the time to fix it.</p>
</main>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment