Explorar el Código

added skel

tags/release-00
gashapwn hace 3 años
padre
commit
55203c1092
Se han modificado 2 ficheros con 19 adiciones y 0 borrados
  1. BIN
      skel/public_html/empty.gif
  2. +19
    -0
      skel/public_html/index.html

BIN
skel/public_html/empty.gif Ver fichero

Antes Después
Anchura: 300  |  Altura: 201  |  Tamaño: 530KB

+ 19
- 0
skel/public_html/index.html Ver fichero

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

Cargando…
Cancelar
Guardar