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

Last change on this file since 1243 was 1243, checked in by work@…, 12 years ago
  • added open graph description tag
  • Property svn:keywords set to Author Date Rev
File size: 496 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 property="og:description" content="A generic tool for planning scientific studies, and capturing study meta-data, integrating with analysis platform(s) / LIMS systems and searching relevant studies."/>
6        <meta name="layout" content="main"/>
7</head>
8<body>
9
10<g:if env="dbnpdemo"><g:render template="/common/demo_intro"/></g:if>
11
12</body>
13</html>
Note: See TracBrowser for help on using the repository browser.