notdonemywebsite/template/color_test.html

31 lines
1 KiB
HTML
Raw Normal View History

2018-10-10 16:13:38 +01:00
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>rep_SNAME</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
.secondary_color {padding: 10px;}
</style>
</head>
2018-10-15 11:27:57 +01:00
<body id="primary_color">
2018-10-10 16:13:38 +01:00
2018-10-15 11:27:57 +01:00
<div id="secondary_color">
2018-10-11 08:56:29 +01:00
<h1><span id="sitename">rep_SNAME</span> will be back soon!</h1>
2018-10-10 16:13:38 +01:00
<div>
2018-10-11 08:56:29 +01:00
<p>Sorry for the inconvenience but <span id="url">rep_URL</span> is performing some maintenance at the moment. We&rsquo;ll be back online shortly!</p>
<p>&mdash; <span id="devname">rep_DEVNAME </span></p>
2018-10-10 16:13:38 +01:00
</div>
</div>
</body>
</html>