source: source/pf.html @ 276:f5052d1a8985

Last change on this file since 276:f5052d1a8985 was 268:b2ed9015dfb7, checked in by Evgeny Stambulchik <Evgeny.Stambulchik@…>, 13 years ago

Added mass density (per species and total). Version 0.9.3.

File size: 759 bytes
RevLine 
[49]1<html>
2  <head>
3    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4    <title>Plasma Formulary Interactive</title>
[143]5    <link rel="icon" type="image/png" href="pf_icon.png" />
[259]6    <script type="text/javascript">
7      window.qx = {
8        $$environment : {
[268]9          "pf.version" : "0.9.3"
[259]10        }
11      }
12    </script>
[49]13    <script type="text/javascript" src="script/pf.js"></script>
14    <script type="text/javascript" src="wz_jsgraphics.js"></script>
[70]15    <script type="text/javascript" src="entities.js"></script>
[49]16  </head>
[129]17  <body>
[264]18    <noscript>
19      <p>
20        JavaScript is <span style="color:red;">disabled</span>! Please enable it
21        in order to use <i>Plasma Formulary</i>.
22      </p>
23    </noscript>
[129]24  </body>
[49]25</html>
Note: See TracBrowser for help on using the repository browser.