aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-07-29 14:13:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-07-29 14:13:42 +0300
commitcd067ade36e9308207beb0950a2c7b947950624c (patch)
tree7490819d836eaa772c1e09f67c81a10eacfe2f9e /doc
Create
Diffstat (limited to 'doc')
m---------doc/style0
-rw-r--r--doc/web.xhtml14
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/style b/doc/style
new file mode 160000
+Subproject 35622da68bce68df383fa9298b0ce05ccf1cd8d
diff --git a/doc/web.xhtml b/doc/web.xhtml
new file mode 100644
index 0000000..d02aaa1
--- /dev/null
+++ b/doc/web.xhtml
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <title>Web</title>
+ <link rel="stylesheet" type="text/css" href="style/basic/page.css"/>
+ <link rel="stylesheet" type="text/css" href="style/doc.css"/>
+</head>
+<body>
+<h1>Header 1</h1>
+<h2>Header 2</h2>
+</body>
+</html>