summaryrefslogtreecommitdiffstats
path: root/leafymiracle/templates/model.pt
diff options
context:
space:
mode:
Diffstat (limited to 'leafymiracle/templates/model.pt')
-rw-r--r--leafymiracle/templates/model.pt9
1 files changed, 9 insertions, 0 deletions
diff --git a/leafymiracle/templates/model.pt b/leafymiracle/templates/model.pt
new file mode 100644
index 0000000..cb452a4
--- /dev/null
+++ b/leafymiracle/templates/model.pt
@@ -0,0 +1,9 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:tal="http://xml.zope.org/namespaces/tal">
+<head>
+ <title>Fedora Comps Visualization, by Luke Macken</title>
+</head>
+<body bgcolor="#444444">
+ <div tal:content="structure jitwidget.display()"></div>
+</body>
+</html>