]> granicus.if.org Git - shadow/commitdiff
github pages takes an index.html
authorSerge Hallyn <serge@hallyn.com>
Sun, 9 Jun 2019 05:02:45 +0000 (00:02 -0500)
committerSerge Hallyn <serge@hallyn.com>
Sun, 9 Jun 2019 05:02:45 +0000 (00:02 -0500)
Signed-off-by: Serge Hallyn <serge@hallyn.com>
docs/README.md [deleted file]
docs/index.html [new file with mode: 0644]

diff --git a/docs/README.md b/docs/README.md
deleted file mode 100644 (file)
index 5392afb..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Shadow utils
-
-## Welcome
-
-This is the shadow tool suite home page.
-
-You can find releases [here](https://github.com/shadow-maint/shadow/releases).
-
-Raise issues, request features, and report bugs [here](https://github.com/shadow-maint/shadow/issues).
diff --git a/docs/index.html b/docs/index.html
new file mode 100644 (file)
index 0000000..126c50f
--- /dev/null
@@ -0,0 +1,15 @@
+<HEAD>
+<title>shadow - Welcome</title>
+</head>
+<body>
+<h2> Welcome!</h2>
+<p> This is the shadow tool suite home page. </p>
+
+<p>
+You can find releases <a href="https://github.com/shadow-maint/shadow/releases">here</a>.
+</p>
+
+<p>
+Raise issues, request features, and report bugs <a href="https://github.com/shadow-maint/shadow/issues">here</a>.
+</p>
+</body>