summaryrefslogtreecommitdiff
path: root/doc/html.txt
diff options
context:
space:
mode:
authorDarkFreedman <misterdark@mail.ru>2019-10-04 13:25:04 +0300
committerDarkFreedman <misterdark@mail.ru>2019-10-04 13:25:04 +0300
commit6b0f0dee0dd42aebd05ef612bc8069361d06e487 (patch)
tree6ab44fb49bf3359e3803181dcd3ab9e1df6a65e4 /doc/html.txt
parent2e803db13067e702208818c79d70bd0ad1b13370 (diff)
parent291a9758a2b6dad177c43ee435a68dcd46959496 (diff)
Merge remote-tracking branch 'upstream/master'
Update to latest version
Diffstat (limited to 'doc/html.txt')
-rw-r--r--doc/html.txt68
1 files changed, 68 insertions, 0 deletions
diff --git a/doc/html.txt b/doc/html.txt
new file mode 100644
index 0000000..7a89bb1
--- /dev/null
+++ b/doc/html.txt
@@ -0,0 +1,68 @@
+<!doctype html>
+
+<html lang="en">
+
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width initial-scale=1 maximum-scale=1 minimum-scale=1 user-scalable=0" />
+ <title>GoFPDF Document Generator</title>
+ <style>
+ body {
+ max-width: 800px;
+ font-family: sans-serif;
+ padding: 1em;
+ }
+
+ img {
+ max-width: 800px;
+ }
+
+ h1,
+ h2,
+ h3 {
+ color: #345;
+ }
+
+ .syntax {
+ display: block;
+ white-space: pre;
+ font-family: monospace;
+ background-color: #efe;
+ border: 1px solid #474;
+ margin: 1em 0;
+ padding: 0.25em 1.5em;
+ }
+
+ .warning {
+ background-color: #ffd;
+ border: 1px solid #665;
+ margin: 1em 0;
+ padding: 0 1em;
+ }
+
+ .key {
+ color: #131;
+ font-weight: bold;
+ }
+
+ .subkey {
+ font-style: italic;
+ }
+
+ pre {
+ margin: 1.5em 0;
+ background-color: #eee;
+ padding: 1em;
+ overflow-x: scroll;
+ }
+$if(highlighting-css)$
+$highlighting-css$
+$endif$
+ </style>
+</head>
+
+<body>
+$body$
+</body>
+
+</html>