Created
April 28, 2024 21:03
-
-
Save supermarsx/1742a8b50be7b7e92eb8ba4ad6cb5ef4 to your computer and use it in GitHub Desktop.
Basic coming soon page
This file contains hidden or 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> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>euroreale</title> | |
<meta name="description" content="euroreale"> | |
<style type="text/css"> | |
/* HTML5 display-role reset for older browsers */ | |
article, | |
aside, | |
details, | |
figcaption, | |
figure, | |
footer, | |
header, | |
hgroup, | |
menu, | |
nav, | |
section { | |
display: block; | |
} | |
body { | |
line-height: 1; | |
} | |
ol, | |
ul { | |
list-style: none; | |
} | |
blockquote, | |
q { | |
quotes: none; | |
} | |
blockquote:before, | |
blockquote:after, | |
q:before, | |
q:after { | |
content: ''; | |
content: none; | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
} | |
html { | |
font-size: 16px; | |
} | |
body { | |
text-align: center; | |
padding: 150px; | |
} | |
h1 { | |
font-size: 40px; | |
font-weight: bold; | |
margin-bottom: 1rem; | |
} | |
p { | |
font-size: 1.5rem; | |
margin-bottom: 1rem; | |
} | |
body { | |
font: 20px Helvetica, sans-serif; | |
color: #333; | |
} | |
#article { | |
display: block; | |
text-align: left; | |
width: 650px; | |
margin: 0 auto; | |
} | |
a { | |
color: #dc8100; | |
text-decoration: none; | |
} | |
a:hover { | |
color: #333; | |
text-decoration: none; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="article"> | |
<h1>Our site is revving up the engines.</h1> | |
<div> | |
<p>We apologize for the inconvenience, but we're performing some maintenance. You can still contact us through email. We'll be up soon!</p> | |
<p>— <a>euroreale.com</a></p> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment