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, 0 insertions, 14 deletions
diff --git a/ipawebui/templates/main.kid b/ipawebui/templates/main.kid
deleted file mode 100644
index 692f2b575..000000000
--- a/ipawebui/templates/main.kid
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>