summaryrefslogtreecommitdiff
path: root/templates/apache/htdocs/index.html.erb
blob: 6d2d7ea5d46db9ef5bf978f1262ebf492c14bfac (plain)
1
2
3
4
5
6
7
8
9
<html><head>
<meta http-equiv="refresh" content="1;url=http://<%= domain %>">
<title><%= domain %></title></head><body>

<center>
  <p><code>You are being redirected to <a href="http://<%= domain %>">http://<%= domain %></a>.</code></p>
</center>

</body></html>