diff options
Diffstat (limited to 'doc/web.xhtml')
-rw-r--r-- | doc/web.xhtml | 14 |
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> |