Welcome to little lamb

Code » qmdoc » commit b0777af

First commit - Starting to work on base.htm

author Olivier Brunel
2022-12-23 07:44:55 UTC
committer Olivier Brunel
2022-12-23 07:44:55 UTC

First commit - Starting to work on base.htm

base.htm +92 -0

diff --git a/base.htm b/base.htm
new file mode 100644
index 0000000..9ee4b2f
--- /dev/null
+++ b/base.htm
@@ -0,0 +1,92 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+        <meta charset="utf-8">
+        <meta name="generator" content="qmdoc">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
+        <meta name="theme-color" media="(prefers-color-scheme: dark)" content="gray">
+        <title>Foobar Documentation</title>
+<style>
+html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
+blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, img,
+ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
+center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
+tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
+figure, figcaption, footer, header, menu, nav, output, section, summary,
+time, mark, audio, video {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-size: 100%;
+  font: inherit;
+}
+*, *::before, *::after {
+    box-sizing:border-box;
+}
+</style>
+<style>
+@media (prefers-color-scheme: light) {
+    :root {
+        color-scheme: light;
+    }
+}
+</style>
+<style>
+@media (prefers-color-scheme: dark) {
+    :root {
+        color-scheme: dark;
+    }
+}
+</style>
+    </head>
+    <body>
+        <header>
+            <h1>Foobar Documentation</h1>
+        </header>
+        <nav>
+            <ul>
+                <li><a href="#welcome_to_foobar">Welcome to Foobar !</a></li>
+                <li><a href="#common_topics">Common Topics</a></li>
+                <ul>
+                    <li><a href="#getting_started">Getting Started</a></li>
+                    <li><a href="#download">Download</a></li>
+                    <li><a href="#usage">Usage</a></li>
+                    <ul>
+                        <li><a href="#input_files">Input Files</a></li>
+                        <li><a href="#output">Output</a></li>
+                    </ul>
+                    <li><a href="#errors">Errors</a></li>
+                </ul>
+                <li><a href="#creating_documents">Creating Documents</a></li>
+                <ul>
+                    <li><a href="#metainfo">Meta Info</a></li>
+                    <li><a href="#table_of_contents">Table of Contents</a></li>
+                </ul>
+            </ul>
+        </nav>
+        <main>
+            <section id="welcome_to_foobar">
+                <h1>Welcome to Foobar !</h1>
+                <p>This is the documentation for <b>foobar</b>. There will be
+                much talk about foo, bar, and maybe even baz.
+            </section>
+            <section id="common_topics">
+                <h1>Common Topics</h1>
+                <p>Here we discuss some common topics related to <b>foobar</b>
+                and its use. They vary, but they all matter, so let's dive into
+                to.</p>
+                <section id="getting_started">
+                    <h2>Getting Started</h2>
+                    <p>Alright let's get started then.</p>
+                </section>
+            </section>
+        </main>
+        <footer>
+            Copyright &copy; 2022 Author Name - All Rights Reserved
+            <br>
+            <span class="generated">Generated with qmdoc</span>
+        </footer>
+    </body>
+</html>