remote-jobs/site/coming-soon.html

37 lines
678 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="charset" value="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Remote Jobs</title>
<style type="text/css">
html {
height: 100%;
}
body {
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
min-height: 100%;
font-family: Arial, sans-serif;
}
p {
margin-top: -8%;
text-align: center;
line-height: 1.5em;
}
</style>
</head>
<body>
<p>
This site (the Netlify site for
<a href="https://github.com/remoteintech/remote-jobs">remoteintech/remote-jobs</a>)
<br />
is still under construction. Check back later!
</p>
</body>
</html>