Bläddra i källkod

added skel

tags/release-00
gashapwn 3 år sedan
förälder
incheckning
55203c1092
2 ändrade filer med 19 tillägg och 0 borttagningar
  1. Binär
      skel/public_html/empty.gif
  2. +19
    -0
      skel/public_html/index.html

Binär
skel/public_html/empty.gif Visa fil

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

+ 19
- 0
skel/public_html/index.html Visa fil

@@ -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>

Laddar…
Avbryt
Spara