35 lines
1.0 KiB
HTML
35 lines
1.0 KiB
HTML
<html>
|
|
<head>
|
|
<title>Welcome to ?domain?</title>
|
|
<style>
|
|
body{
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
}
|
|
.message{
|
|
width:330px;
|
|
padding:20px 40px;
|
|
margin:0 auto;
|
|
background-color:#f9f9f9;
|
|
border:1px solid #ddd;
|
|
}
|
|
center{
|
|
margin:40px 0;
|
|
}
|
|
h1{
|
|
font-size: 18px;
|
|
line-height: 26px;
|
|
}
|
|
p{
|
|
font-size: 12px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="message">
|
|
<h1>Welcome to ?domain?</h1>
|
|
<p>This website is currently not set up, you can edit it easily using filebrowser at /stacks/site/config/www/index.html</p>
|
|
<p>For help and support, please contact: <a href="?adminemail?">?adminemail?</a></p>
|
|
</div>
|
|
</body>
|
|
</html>
|