diff --git a/html/index.html b/html/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..4fee408eabb678fa8a96e7226c54d4901f7b09a0
--- /dev/null
+++ b/html/index.html
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
+    <div class="col-md-9">
+        <h1 data-template="config:app-title">Generated page</h1>
+        <div class="alert alert-success">
+            <p>
+                <a data-template="templates:load-source" href="index.html">This</a> is the HTML renamed new moded entry page into your application 
+                and was generated by eXide. It sdsd uses HTML templates for a clean separation of HTML views and application logic.</p>
+            <p>To add your own template functions, start by editing the XQuery module
+                <a data-template="templates:load-source" href="modules/app.xql">app.xql</a>.</p>
+        </div>
+        <div class="row">
+            <div class="col-md-6">
+                <p>The page template uses the <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>
+                    CSS library for the page layout.</p>
+            </div>
+            <div class="col-md-6">
+                <div data-template="app:test"/>
+            </div>
+        </div>
+    </div>
+    <div class="col-md-3">
+        <h2>Application Info</h2>
+        <div data-template="config:app-info"/>
+    </div>
+</div>
\ No newline at end of file
diff --git a/html/presentation.html b/html/presentation.html
new file mode 100644
index 0000000000000000000000000000000000000000..ffa22feb2cee0079d494c760ed04dfc0878e82ae
--- /dev/null
+++ b/html/presentation.html
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
+    <div class="col-md-9">
+        <h1>Intermediate Format - Presentation</h1>
+        <div data-template="app:present"/>
+    </div>
+    <div class="col-md-3">
+        <h2>Metadata</h2>
+        <div data-template="app:tei-metadata"/>
+    </div>
+</div>
\ No newline at end of file