Created
October 21, 2020 08:17
-
-
Save chickencoder/021dd227ecfa9e0350deb22e60a2720c to your computer and use it in GitHub Desktop.
sorry
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
<!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