Browse Source

added skel

tags/release-00
gashapwn 3 years ago
parent
commit
55203c1092
2 changed files with 19 additions and 0 deletions
  1. BIN
      skel/public_html/empty.gif
  2. +19
    -0
      skel/public_html/index.html

BIN
skel/public_html/empty.gif View File

Before After
Width: 300  |  Height: 201  |  Size: 530KB

+ 19
- 0
skel/public_html/index.html 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>

Loading…
Cancel
Save