Skip to content

Commit

Permalink
Adds a stub for an index.html page
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Jun 5, 2013
1 parent 259ab4e commit 92afb25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fcrepo-webapp/src/main/webapp/index.html
@@ -0,0 +1,12 @@
<html>
<head>
<title>Fedora Commons Repository 4.0</title>
</head>
<body>
<p>This is the exciting stub page for your Fedora 4.0 repository that we have placed
here.</p>

<p>You probably want to visit something a little more interesting, such as the
Fedora <a href="rest/">REST API</a> endpoint.</p>
</body>
</html>

0 comments on commit 92afb25

Please sign in to comment.