diff --git a/elegant_bootstrap.html b/elegant_bootstrap.html
new file mode 100644
index 0000000..f0f05f8
--- /dev/null
+++ b/elegant_bootstrap.html
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $for(author-meta)$
+
+ $endfor$
+ $if(date-meta)$
+
+ $endif$
+ $if(title-prefix)$$title-prefix$ - $endif$$pagetitle$
+
+ $if(quotes)$
+
+ $endif$
+ $if(highlighting-css)$
+
+ $endif$
+ $for(css)$
+
+ $endfor$
+ $if(math)$
+ $math$
+ $endif$
+ $for(header-includes)$
+ $header-includes$
+ $endfor$
+
+
+
+
+
+ $if(title)$
+
+
+
+
$title$
+
+ $for(author)$
+ -
+
$author$
+
+ $endfor$
+ $if(date)$
+ -
+
$date$
+
+ $endif$
+
+
+
+
+ $endif$
+
+
+ $if(toc)$
+
+ $endif$
+
+
+ $if(abstract)$
+
$abstract-title$
+ $abstract$
+ $endif$
+
+ $for(include-before)$
+ $include-before$
+ $endfor$
+ $body$
+ $for(include-after)$
+ $include-after$
+ $endfor$
+
+
+
+
+
+
+
+
\ No newline at end of file