30 lines
593 B
HTML
30 lines
593 B
HTML
<html>
|
|
<head>
|
|
<title>
|
|
|DOMAIN|
|
|
</title>
|
|
|
|
<style>
|
|
* { font-family: verdana; font-size: 10pt; COLOR: gray; }
|
|
b { font-weight: bold; }
|
|
table { height: 50%; border: 1px solid gray;}
|
|
td { text-align: center; padding: 25;}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<br><br><br><br>
|
|
<table>
|
|
<tr><td>Welcome to the home of <b>|DOMAIN|</b></td></tr>
|
|
<tr><td>To change this page, upload your website into the public_html directory</td></tr>
|
|
<tr><td><img src="logo.png"></td></tr>
|
|
<tr><td style="font-size: 8pt">Date Created: |DATECREATED|</td></tr>
|
|
</table>
|
|
<br><br>
|
|
|
|
</center>
|
|
</body>
|
|
|
|
</html>
|