Skip to content

Instantly share code, notes, and snippets.

@igrabes
Created November 24, 2025 17:53
Show Gist options
  • Select an option

  • Save igrabes/6995bb31239b85eb9ad1a425fca36e67 to your computer and use it in GitHub Desktop.

Select an option

Save igrabes/6995bb31239b85eb9ad1a425fca36e67 to your computer and use it in GitHub Desktop.
gist:129129412941241
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hosted Hooks Shutdown</title>
<style>
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
margin: 0;
padding: 40px;
background: #f7f7f7;
color: #333;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
}
.container {
max-width: 500px;
}
h1 {
font-size: 28px;
margin-bottom: 16px;
}
p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 12px;
}
</style>
</head>
<body>
<div class="container">
<h1>Hosted Hooks Has Shut Down</h1>
<p>The Hosted Hooks service was officially discontinued on November 21, 2025.</p>
<p>If you need help with a data export or have questions, you can reach me at <strong>support@hostedhooks.com</strong>.</p>
<p>Thank you for your support.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment