aboutsummaryrefslogtreecommitdiff
path: root/doc/web.xhtml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-04-14 19:32:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-04-14 19:32:10 +0300
commit2b507a985c4be32124f44e4d1c08e4df132a41ca (patch)
treed541d1b1c465171ad9da44636118d730d0414f11 /doc/web.xhtml
Createv0.0.1
Diffstat (limited to 'doc/web.xhtml')
-rw-r--r--doc/web.xhtml14
1 files changed, 14 insertions, 0 deletions
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>