added skel

This commit is contained in:
gashapwn 2020-11-26 06:53:32 +00:00
parent 5625e3e2ce
commit 55203c1092
2 changed files with 19 additions and 0 deletions

BIN
skel/public_html/empty.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

View File

@ -0,0 +1,19 @@
<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>