source: trunk/grails-app/views/home/index.gsp @ 1242

Last change on this file since 1242 was 1242, checked in by work@…, 12 years ago
  • added Facebook open graph tags
  • added Facebook like button to front page
  • Property svn:keywords set to Author Date Rev
File size: 286 bytes
Line 
1<html>
2<head>
3        <title>Generic Study Capture Framework</title>
4        <meta property="og:title" content="Generic Study Capture Framework"/>
5        <meta name="layout" content="main"/>
6</head>
7<body>
8
9<g:if env="dbnpdemo"><g:render template="/common/demo_intro"/></g:if>
10
11</body>
12</html>
Note: See TracBrowser for help on using the repository browser.