Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / javascript / source / index.html @ 89829224

History | View | Annotate | Download (1.17 KB)

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
2
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml"
4
      xmlns:py="http://genshi.edgewall.org/"
5
      xmlns:xi="http://www.w3.org/2001/XInclude">
6

    
7

    
8
  <head>
9
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
    <title>Loading VigiGraph...</title>
11
    <!-- <script type="text/javascript" src="js/vigigraph.js"></script>-->
12
    <script type="text/javascript" src="script/vigigraph.js"></script>
13
    <!-- <link rel="search" type="application/opensearchdescription+xml" title="Vigigraph search" href="Vigigraph.py/getOpenSearch"/> -->
14
    <style type="text/css"><!--@import url(/css/style.css); --></style>
15
  </head>
16
  <body>
17
      <div class="header"><style type="text/css"><!--@import url(/css/tmpl.default.css); --></style>
18
      <table class="header_table">
19
          <tr>
20
              <td class="logo">
21
                  <a href="/">
22
                      <img class="logo" src="/images/red15-logo-vigilo.png" alt="Vigilo"/>
23
                  </a> v2.0
24
              </td>
25
          </tr>
26
      </table>
27
      </div>
28
  </body>
29
</html>