Skip to content

Instantly share code, notes, and snippets.

@thewhodidthis
Last active September 13, 2023 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thewhodidthis/4cdaa2e0320f2378d7fa849201d06e84 to your computer and use it in GitHub Desktop.
Save thewhodidthis/4cdaa2e0320f2378d7fa849201d06e84 to your computer and use it in GitHub Desktop.
This site is down
{
"background_color": "#fff",
"description": "Web dev job gone south.",
"display": "fullscreen",
"icons": [
{
"purpose": "maskable",
"sizes": "192x192",
"src": "icon.png",
"type": "image/png"
},
{
"sizes": "1200x1200",
"src": "poster.png",
"type": "image/png"
}
],
"name": "This site is down",
"short_name": "4a7cdee8",
"start_url": "index.html?launcher=true",
"theme_color": "#fff"
}
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Keep scrolling to the end of the page. ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████">
<title>This site is down</title>
<link rel="apple-touch-icon" href="icon.png">
<link rel="canonical" href="https://thewhodidthis.net/000/">
<link rel="icon" href="icon.png" sizes="any">
<link rel="manifest" href="app.webmanifest">
<meta property="og:image" content="https://thewhodidthis.net/000/poster.png">
<meta property="og:site_name" content="thissiteisdown.com">
<meta property="og:type" content="website">
<style>
body {
text-align: center;
}
h1 {
letter-spacing: -0.0725em;
margin: 12288px 0 -0.25em;
font: italic normal 2.25em arial, sans-serif;
}
p {
font-size: 75%;
}
@media (prefers-color-scheme: dark) {
html {
background: #1e1e1e;
color: #efefef;
}
a {
color: inherit;
}
}
</style>
</head>
<body>
<h1>THIS SITE IS DOWN</h1>
<p><a href="https://thewhodidthis.com" rel="noopener noreferrer">by Thepersonwhodidthis</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment