added skel
This commit is contained in:
parent
5625e3e2ce
commit
55203c1092
BIN
skel/public_html/empty.gif
Normal file
BIN
skel/public_html/empty.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 530 KiB |
19
skel/public_html/index.html
Normal file
19
skel/public_html/index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user