source: source/index.html @ 60:ec9a209e1f04

Last change on this file since 60:ec9a209e1f04 was 49:e5577fa7cb04, checked in by fnevgeny, 17 years ago

Added a "starting" page; the app itself is opened in a separate window.

File size: 266 bytes
Line 
1<html>
2  <head>
3    <title>Plasma Formulary Interactive</title>
4  </head>
5  <body>
6    <form>
7      <input type="button" value="Open Plasma Formulary Interactive!" 
8        onClick="window.open('pf.html','pf','width=800,height=550')"/>
9    </form>
10  </body>
11</html>
Note: See TracBrowser for help on using the repository browser.