source: source/pf.html @ 286:89b6145dea2b

div id="jumploc">
Last change on this file since 286:89b6145dea2b was 285:f83370c3fdbb, checked in by Evgeny Stambulchik <Evgeny.Stambulchik@…>, 13 years ago

Added proper DOCTYPE header to disable browser's "quirks" mode.

File size: 889 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html>
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    <script type="text/javascript">
9      window.qx = {
10        $$environment : {
11          "pf.version" : "0.9.4"
12        }
13      }
14    </script>
15    <script type="text/javascript" src="script/pf.js"></script>
16    <script type="text/javascript" src="wz_jsgraphics.js"></script>
17    <script type="text/javascript" src="entities.js"></script>
18  </head>
19  <body>
20    <noscript>
21      <p>
22        JavaScript is <span style="color:red;">disabled</span>! Please enable it
23        in order to use <i>Plasma Formulary</i>.
24      </p>
25    </noscript>
26  </body>
27</html>
Note: See TracBrowser for help on using the repository browser.
<