ud
This commit is contained in:
29
directadmin-1.62.4/data/templates/default/index.html
Normal file
29
directadmin-1.62.4/data/templates/default/index.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user