File: index.html

package info (click to toggle)
libyadis-ruby 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 440 kB
  • ctags: 372
  • sloc: ruby: 2,122; sh: 12; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>

  <head>

    <meta http-equiv="X-XRDS-Location" content="http://brian.myopenid.com/xrds" />
    <meta http-equiv="X-YADIS-Location" content="http://brian.myopenid.com/xrds" />
	
    <link rel="openid.server" href="http://www.myopenid.com/server" />
    <link rel="openid.delegate" href="http://brian.myopenid.com/" />

    <title>Foo</title>
    <style type="text/css">
      * {font-family: sans-serif; color: #555; font-size: 1em;}
      body {background-color: #eee;}
      a {color: #555;}
      img {border:2px solid #bbb;}
      #main {text-align:center; margin-top:4em;}
      #menu {}
    </style>

  </head>

  <body>
    <div id="main">
      stuff
    </div>
  </body>

</html>