Skip to content

Instantly share code, notes, and snippets.

@RangeMachine
Forked from talhasch/404.html
Last active January 3, 2022 19:58
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 RangeMachine/60f65347d134d6e3bc2c0e436f01f5dc to your computer and use it in GitHub Desktop.
Save RangeMachine/60f65347d134d6e3bc2c0e436f01f5dc to your computer and use it in GitHub Desktop.
404.html template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="refresh" content="0;URL=http://godaddy.com/domains" />
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background: #f9f9f9;
margin: 0;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.wrapper {
height: 100%;
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
}
h1 {
color: #999999;
font-size: 160px;
font-weight: 300;
margin: 0;
}
p {
color: #cccccc;
font-size: 40px;
font-weight: 300;
margin: 0;
}
</style>
</head>
<body>
<div class="wrapper">
::CLOUDFLARE_ERROR_1000S_BOX::
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment