summaryrefslogtreecommitdiffstats
path: root/ipa_webui/templates/main.kid
diff options
context:
space:
mode:
Diffstat (limited to 'ipa_webui/templates/main.kid')
-rw-r--r--ipa_webui/templates/main.kid12
1 files changed, 12 insertions, 0 deletions
diff --git a/ipa_webui/templates/main.kid b/ipa_webui/templates/main.kid
new file mode 100644
index 00000000..2eee036c
--- /dev/null
+++ b/ipa_webui/templates/main.kid
@@ -0,0 +1,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>