source: source/index.html @ 233:1661fdb5b41f

Last change on this file since 233:1661fdb5b41f was 127:ce621e7493cd, checked in by fnevgeny, 15 years ago

Icon added. HTML validated.

File size: 575 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <title>Plasma Formulary Interactive</title>
7    <link rel="icon" type="image/png" href="pf_icon.png" />
8  </head>
9  <body>
10    <p>
11      <input type="button" value="Launch Plasma Formulary Interactive!" 
12        onclick="window.open('pf.html','pf','width=800,height=550')"/>
13    </p>
14  </body>
15</html>
Note: See TracBrowser for help on using the repository browser.