diff --git a/BibleServerCli/data/www/index.html b/BibleServerCli/data/www/index.html
index 8bdb785..d70fc45 100644
--- a/BibleServerCli/data/www/index.html
+++ b/BibleServerCli/data/www/index.html
@@ -14,6 +14,8 @@
Read The Bible in browser
+
+ Printable
diff --git a/BibleServerCli/data/www/print.css b/BibleServerCli/data/www/print.css
new file mode 100644
index 0000000..0e673c0
--- /dev/null
+++ b/BibleServerCli/data/www/print.css
@@ -0,0 +1,14 @@
+@media screen
+{
+ .print-only
+ {
+ display: none;
+ }
+}
+
+@media print {
+ .screen-only
+ {
+ display: none;
+ }
+}
\ No newline at end of file
diff --git a/BibleServerCli/data/www/printable/index.html b/BibleServerCli/data/www/printable/index.html
new file mode 100644
index 0000000..80f3aac
--- /dev/null
+++ b/BibleServerCli/data/www/printable/index.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ Scripture Viewer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file