Last active
April 6, 2020 01:32
-
-
Save ttristan/e9cd8bc4d89ae6fadd00cfbfc522d4f8 to your computer and use it in GitHub Desktop.
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> | |
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> | |
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"> | |
<title>Performing Maintenance</title> | |
<style type="text/css"> | |
body { | |
text-align: center; | |
padding: 150px; | |
background-color: #e84c3d; | |
} | |
h1 { | |
font-size: 40px; | |
font-weight: 300 | |
} | |
body { | |
font: 20px Roboto, sans-serif; | |
color: #fff; | |
font-weight: 300 | |
} | |
#article { | |
display: block; | |
text-align: left; | |
width: 650px; | |
margin: 0 auto; | |
} | |
a { | |
color: #ddd; | |
text-decoration: none; | |
} | |
a:hover { | |
color: #eee; | |
text-decoration: none; | |
} | |
</style> | |
</head> | |
<body> | |
<div style="tex-align: center; font-size: 6rem"><i class="ti-ruler-pencil"></i></div> | |
<div id="article"> | |
<h1>This tool is getting a little tune up and some love.</h1> | |
<div> | |
<p>We will be back up soon! — Salck: @...</p> | |
</div> | |
</div> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lykmapipo/[email protected]/css/themify-icons.css"> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment