Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.setup.installer/html/PageTemplate.html')
-rw-r--r--plugins/org.eclipse.oomph.setup.installer/html/PageTemplate.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/org.eclipse.oomph.setup.installer/html/PageTemplate.html b/plugins/org.eclipse.oomph.setup.installer/html/PageTemplate.html
new file mode 100644
index 000000000..af943ff21
--- /dev/null
+++ b/plugins/org.eclipse.oomph.setup.installer/html/PageTemplate.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<style type="text/css">%INSTALLER_CSS%</style>
+<title>eclipseInstaller</title>
+</head>
+<body>
+ %CONTENT%
+</body>
+</html> \ No newline at end of file

Back to the top