diff options
Diffstat (limited to 'doc')
m--------- | doc/style | 0 | ||||
-rw-r--r-- | doc/web.xhtml | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/style b/doc/style new file mode 160000 +Subproject be29c2865b1eb999d3383f0e44ec933737f780e 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> |