apostrophe
Version:
The Apostrophe Content Management System.
29 lines (27 loc) • 652 B
HTML
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>{{ __ns('apostrophe', "One moment please...") }}</title>
<style type="text/css">
body {
background-color: #ccf;
}
main {
margin: auto;
margin-top: 100px;
width: 600px;
border-radius: 12px;
background-color: #eef;
padding: 20px;
font-family: Helvetica;
}
</style>
</head>
<body>
<main>
<h1>{{ __ns('apostrophe', 'One moment please...') }}</h1>
<p>{{ __ns('apostrophe', "We're in the process of updating the site for you. This page will refresh in a few seconds.") }}</p>
</main>
</body>
</html>