-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom-index.html
21 lines (18 loc) · 1.39 KB
/
custom-index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--
rename this file as 'index.html'
put this file into hestia path '/usr/local/hestia/data/templates/web/skel/public_html'
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>%domain% — Coming Soon</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><meta name="description" content="welcome to %domain%. Our site is under developing now. Kindly contact us via other channels. Thank you"/>
<style type="text/css">body, html {font-size:1em;height: 100%;margin: 0;}.bg {background-image: url("bg1.jpg");height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;}.bottom {position: absolute;bottom: 1px;color:black;min-width:100%;background-color:#fcfcfc;opacity:0.9;text-align:center;}h1{position: absolute;top: 5%;left: 50%;transform: translate(-50%, -50%);color:#f4f4f4;font-size:3em}</style>
</head><body>
<div class="bg">
<h1>%domain%</h1>
<div class="bottom">
<p>%domain%<br />Our site is under developing now. Kindly contact us via other channels. Thank you</p>
<hr /><p style="font-size:13px">Powered by : VVCARES SINGAPORE : <a href="https://vvcares.com/?%domain%"> Website Design Agency Singapore</a></p>
</div></div>
</body></html>