Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-05-09 16:23:09 +0000
committerSteffen Pingel2013-05-09 16:23:09 +0000
commit0ef872e73272013b03834aaa157308006aa56b54 (patch)
tree99930efe3ce36f7ebeabee2cfcad3e9806a5aa17
parent34d2a5c418728513eb69399238fc87fe8f9d6f6f (diff)
downloadorg.eclipse.mylyn-0ef872e73272013b03834aaa157308006aa56b54.tar.gz
org.eclipse.mylyn-0ef872e73272013b03834aaa157308006aa56b54.tar.xz
org.eclipse.mylyn-0ef872e73272013b03834aaa157308006aa56b54.zip
set title for website
-rw-r--r--org.eclipse.mylyn.releng/vagrant/modules/mylyn/templates/index.html.erb10
1 files changed, 8 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.releng/vagrant/modules/mylyn/templates/index.html.erb b/org.eclipse.mylyn.releng/vagrant/modules/mylyn/templates/index.html.erb
index 57aa17c4..b43964a9 100644
--- a/org.eclipse.mylyn.releng/vagrant/modules/mylyn/templates/index.html.erb
+++ b/org.eclipse.mylyn.releng/vagrant/modules/mylyn/templates/index.html.erb
@@ -1,4 +1,9 @@
-<html><body><h1>Mylyn Services</h1>
+<html>
+<head>
+<title>Eclipse Mylyn Open Source Project</title>
+</head>
+<body>
+<h1>Mylyn Services</h1>
<p>This is the default web page for the Mylyn Test Server.</p>
<p>The web server software is running with the following services.</p>
<blockquote>
@@ -35,4 +40,5 @@
// end hiding contents from old browsers -->
</script> </blockquote>
<a id="output">empty service list</a>
-</body></html>
+</body>
+</html>

Back to the top