aboutsummaryrefslogtreecommitdiff
path: root/doc/web.xhtml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-19 20:06:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-19 20:06:14 +0300
commit5fbf4c05e96ec6f41471c4bad3fc75efe0daedb6 (patch)
tree54f56cecf33a4cd0a587f7fd698ee3c5180702a1 /doc/web.xhtml
Create
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>