fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some experiments with the language: html, epub, covers.
[librarian.git]
/
librarian
/
formats
/
html
/
res
/
html_standalone.html
diff --git a/librarian/formats/html/res/html_standalone.html
b/librarian/formats/html/res/html_standalone.html
new file mode 100644
(file)
index 0000000..
a6b6213
--- /dev/null
+++ b/
librarian/formats/html/res/html_standalone.html
@@ -0,0
+1,15
@@
+<!DOCTYPE html>
+<html>
+<head>
+ <title></title>
+ <meta charset="UTF-8" />
+</head>
+<body>
+ <div id="toc">
+ </div>
+ <div id="content">
+ </div>
+ <div id="footnotes">
+ </div>
+</body>
+</html>