summaryrefslogtreecommitdiffstats
path: root/ipa_webui/templates/main.kid
blob: 2eee036cfaaccdbf6a7c5bd331e06c333a8735b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version='1.0' encoding='utf-8'?>
<html xmlns:py="http://purl.org/kid/ns#">

<head>
    <title>Hello</title>
</head>

<body>
    <div>Hello</div>
</body>

</html>