move the book into an iframe, thanks to ryan/volt

This commit is contained in:
Torsten Ruger 2015-08-02 13:44:55 +03:00
parent 3fceb87a37
commit a66821d03e
2 changed files with 8 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<a href="/index.html">Home</a>
</li>
<li class="link3">
<a href="http://dancinglightning.gitbooks.io/the-object-machine/content/" target="_blank">The Book</a>
<a href="/book.html" >The Book</a>
</li>
<li class="link4">
<a href="/salama/layers.html">Salama</a>

7
book.html Normal file
View File

@ -0,0 +1,7 @@
---
layout: site
---
<div style="position: absolute;top: 54px;bottom: 0px;width: 100%;">
<iframe frameborder="0" style="height: 100%;width: 100%;" src="http://dancinglightning.gitbooks.io/the-object-machine/content/"></iframe>
</div>