You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by ve...@apache.org on 2014/06/20 14:46:13 UTC

svn commit: r5623 - /dev/etch/README.html

Author: veithm
Date: Fri Jun 20 12:46:13 2014
New Revision: 5623

Log:
Added HTML skeleton around Etch README file

Modified:
    dev/etch/README.html

Modified: dev/etch/README.html
==============================================================================
--- dev/etch/README.html (original)
+++ dev/etch/README.html Fri Jun 20 12:46:13 2014
@@ -1,4 +1,12 @@
-<h1>Etch release candidate file store</h1>
-
-<strong>NOTICE:</strong>
-This repository is used to store Etch release candidates, not released tarballs or binaries.
\ No newline at end of file
+<html>
+    <head>
+        <title>Etch release candidate file store</title>
+    </head>
+    <body>
+        <h1>Etch release candidate file store</h1>
+        <p>
+            <strong>NOTICE:</strong>
+            <span>This repository is used to store Etch release candidates, not released tarballs or binaries.</span>
+        </p>
+    </body>
+</html>
\ No newline at end of file