ソースを参照

added skel

tags/release-00
gashapwn 3年前
コミット
55203c1092
2個のファイルの変更19行の追加0行の削除
  1. バイナリ
      skel/public_html/empty.gif
  2. +19
    -0
      skel/public_html/index.html

バイナリ
skel/public_html/empty.gif ファイルの表示

変更前 変更後
幅: 300  |  高さ: 201  |  サイズ: 530KB

+ 19
- 0
skel/public_html/index.html ファイルの表示

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

読み込み中…
キャンセル
保存