View file upload/templates/smartphone/offline.tpl

File size: 790B
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset={charset}" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<style>
	body, select, textarea, button, input { font: 20px/1.45 Helvetica, Arial, sans-serif; color: #2a2a2a; outline: none; }
	body{ margin: 0; padding: 0; }
	.errorWrap { padding: 20px; }
	.errorTitle { margin: 0; font-size: 32px; line-height: normal; letter-spacing: -0.02em }
</style>
<title>This website is temporarily disabled</title>
</head>
<body>
	<div class="errorWrap">
		<h2 class="errorTitle">This website is temporarily disabled</h2>
		<p>{reason}</p>
	</div>
</body>
</html>