diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-06 09:37:22 -0600 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-06 09:37:22 -0600 |
commit | d38dcb6d39c87e2a35d94e86162a1d870fb1b2bc (patch) | |
tree | 6e1d3e9a1b812a4d11b6161a7ef5a4efdc18d144 /ipa_webui/templates/main.kid | |
parent | 3ffbaac64cc3a9ab704c707112f59e041986576c (diff) | |
download | freeipa.git-d38dcb6d39c87e2a35d94e86162a1d870fb1b2bc.tar.gz freeipa.git-d38dcb6d39c87e2a35d94e86162a1d870fb1b2bc.tar.xz freeipa.git-d38dcb6d39c87e2a35d94e86162a1d870fb1b2bc.zip |
Added basic skeleton in ipa_webui; added new webui-cherry.py script
Diffstat (limited to 'ipa_webui/templates/main.kid')
-rw-r--r-- | ipa_webui/templates/main.kid | 12 |
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> |