aboutsummaryrefslogtreecommitdiff
path: root/doc/web.xhtml
blob: d02aaa1252ec0a868e2d723b5c2ed366c94ad114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>