Statistics
| Branch: | Tag: | Revision:

root / htdocs / intro.html @ d58ac891

History | View | Annotate | Download (2 kB)

1
<!doctype html>
2
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
3
<!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
4
<!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
5
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
6
<head>
7
    <meta charset="utf-8">
8

    
9
  <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
10
       Remove this if you use the .htaccess -->
11
  <meta http-equiv="X-UA-Compatible" content="chrome=1">
12

    
13
  <title>Pithos</title>
14
  <meta name="description" content="Pithos GRNet Service">
15
  <meta name="author" content="Kostas Papadimitriou <kpap@grnet.gr>">
16

    
17
  <!--  Mobile viewport optimized: j.mp/bplateviewport -->
18
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
19

    
20
    <!-- Place favicon.ico & apple-touch-icon.png
21
        in the root of your domain and delete these references -->
22
  <link rel="shortcut icon" href="/favicon.ico">
23
  <link rel="apple-touch-icon" href="/apple-touch-icon.png">
24
  
25
    <link rel="stylesheet" href="site_media/css/site.css">
26
  
27
      <script src="site_media/js/libs/modernizr-1.7.min.js"></script>
28
    </head>
29

    
30
  <body class="auth" id="intro">
31
  <div class="logohover">
32
    <div class="logocontent">
33
        <a href="index.html" alt="Pithos">
34
            <img class="img1" src="site_media/images/intro-logo1.png" alt="Enter Pithos" />
35
            <img class="img2" src="site_media/images/intro-logo2.png" alt="Enter Pithos" />
36
        </a>
37
    </div>
38
</div>
39

    
40

    
41

    
42
              
43
      <script src="site_media/js/libs/jquery-1.5.1.min.js"></script>
44
      <script src="site_media/js/libs/jquery.cookie.js"></script>
45
      <script src="site_media/js/intro-hover.js"></script>
46
      <script src="site_media/js/main.js"></script>
47

    
48
                        <!--[if lt IE 7 ]>
49
      <script src="site_media/js/libs/dd_belatedpng.js"></script>
50
      <script>DD_belatedPNG.fix('img, .png_bg');</script>
51
      <![endif]-->
52
    </body>
53
</html>