lyadmin/skel/public_html/index.html

20 lines
321 B
HTML
Raw Normal View History

2020-11-26 01:53:32 -05:00
<html>
<head>
<style>
body {
background: black;
}
</style>
</head>
<body>
<div style="text-align: center;">
<div style="height:300px;"></div>
<img src="empty.gif"></img>
<h3 style="color: purple;">
there is nothing here... yet
</h3>
</div>
</body>
</html>