Sha256: e8280616295201ce67c84af07a4c62e234586dbe90b7f1f60b8f4f1f26c54620
Contents?: true
Size: 975 Bytes
Versions: 9
Compression:
Stored size: 975 Bytes
Contents
<!DOCTYPE html> <html> <head> <%= erb(:headers) %> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax:{ inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] } }); </script> <script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"> </script> <meta http-equiv="X-UA-Compatible" CONTENT="IE=EmulateIE7" /> </head> <body> <div class="nav_wrap"> <iframe id="nav" src="<%= @nav_url %>"></iframe> <div id="resizer"></div> </div> <div id="main" tabindex="-1"> <div id="header"> <%= erb(:breadcrumb) %> <%= erb(:search) %> <div class="clear"></div> </div> <iframe id="search_frame" src="<%= @nav_url %>"></iframe> <div id="content"><%= yieldall %></div> <%= erb(:footer) %> </div> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems