summaryrefslogtreecommitdiff
path: root/new/splash/pages/index.html.erb
blob: d033c900edadb3e2697d707dacecae8ed3ac68b0 (plain)
1
2
3
4
5
6
7
8
9
<html>
  <head>
    <title>It works!</title>
  </head>
  <body>
    <h1>Test</h1>
    Last update: <%= Time.now %>
  </body>
</html>