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>
|