Skip to content

Instantly share code, notes, and snippets.

@mort3za
Last active April 14, 2019 05:11
Show Gist options
  • Save mort3za/a4e19b5bddd80bd345077e5571670ab2 to your computer and use it in GitHub Desktop.
Save mort3za/a4e19b5bddd80bd345077e5571670ab2 to your computer and use it in GitHub Desktop.
Site under construction, Very simple [persian] template
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>در حال بروزرسانی</title>
<meta name="viewport" content="width=device-width">
<style>
body {
text-align: center;
padding: 150px;
direction: rtl;
font: 20px Vazir, sans-serif;
color: #333;
}
@media screen and (max-width: 768px) {
body {
padding: 20px;
}
}
h1 {
font-size: 50px;
}
article {
display: block;
text-align: right;
width: 650px;
max-width: 100%;
margin: 0 auto;
}
a {
color: #dc8100;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: none;
}
</style>
</head>
<body>
<article>
<h1>تا ساعتی دیگر باز می‌گردیم!</h1>
<div>
<p>بابت دیدن این صفحه عذرخواهی می‌کنیم. در حال بروزرسانی سایت هستیم و تا ساعتی دیگر می‌توانید دوباره از سایت استفاده کنید.<br>با
تشکر از صبر شما.</p>
</div>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment