You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/30 19:05:52 UTC

svn commit: r1670147 - in /steve/trunk/pysteve/www/htdocs: images/steve_large.png index.html

Author: humbedooh
Date: Mon Mar 30 17:05:51 2015
New Revision: 1670147

URL: http://svn.apache.org/r1670147
Log:
add an index.html (placeholder) and image for frontpage

Added:
    steve/trunk/pysteve/www/htdocs/images/steve_large.png   (with props)
    steve/trunk/pysteve/www/htdocs/index.html

Added: steve/trunk/pysteve/www/htdocs/images/steve_large.png
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/images/steve_large.png?rev=1670147&view=auto
==============================================================================
Binary file - no diff available.

Propchange: steve/trunk/pysteve/www/htdocs/images/steve_large.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: steve/trunk/pysteve/www/htdocs/index.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/index.html?rev=1670147&view=auto
==============================================================================
--- steve/trunk/pysteve/www/htdocs/index.html (added)
+++ steve/trunk/pysteve/www/htdocs/index.html Mon Mar 30 17:05:51 2015
@@ -0,0 +1,12 @@
+ <!DOCTYPE HTML>
+<html>
+<head>
+<link rel="stylesheet" href="/css/steve_interactive.css">
+<title>Apache STeVe</title>
+</head>
+<body>
+    <p style="text-align: center;">
+        <img src="/images/steve_large.png"/>
+    </p>
+</body>
+</html>
\ No newline at end of file