summaryrefslogtreecommitdiffstats
path: root/ipawebui/templates/main.kid
diff options
context:
space:
mode:
Diffstat (limited to 'ipawebui/templates/main.kid')
-rw-r--r--ipawebui/templates/main.kid14
1 files changed, 14 insertions, 0 deletions
diff --git a/ipawebui/templates/main.kid b/ipawebui/templates/main.kid
new file mode 100644
index 000000000..692f2b575
--- /dev/null
+++ b/ipawebui/templates/main.kid
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8'?>
+<html xmlns:py="http://purl.org/kid/ns#">
+
+<head>
+ <title>FreeIPA</title>
+</head>
+
+<body>
+ <p py:for="name in api.Command">
+ <a href="${name}" py:content="name"/>
+ </p>
+</body>
+
+</html>