diff options
Diffstat (limited to 'doc/template.html')
-rw-r--r-- | doc/template.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/template.html b/doc/template.html new file mode 100644 index 0000000..6d4337b --- /dev/null +++ b/doc/template.html @@ -0,0 +1,22 @@ +<!DOCTYPE HTML> +<html> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="style.css"> + <title>TEMPLATE</title> +</head> +<body> + <div id="flex-root"> + <iframe id="toc" src="table-of-contents.html"></iframe> + <div id="content"> + + + </div> + </div> + <div id="footer"> + <a id="prev" href="#">⇐ Previous</a> + <a id="next" href="#">Next ⇒</a> + </div> +</body> +</html> |