Skip to content

Commit

Permalink
Add index page for the three sub-clients
Browse files Browse the repository at this point in the history
  • Loading branch information
dropofwill committed Mar 31, 2016
1 parent 8fe491a commit 4fceced
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# encore-client

Client for content creation experience

To deploy to GitHub pages simply merge the latest changes into the `gh-pages` branch and push. The site will then be available via `encore-rit.github.io/encore-client/`.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<h1>Encore interactive clients</h1>
<ul>
<li><a href="picker/index.html">Picker</a></li>
<li><a href="booth/booth.html">Booth</a></li>
<li><a href="editor/editor.html">Editor</a></li>
</ul>
</body>
</html>

0 comments on commit 4fceced

Please sign in to comment.