first commit (2010-01-09)
This commit is contained in:
57
tmp/002.txt
Normal file
57
tmp/002.txt
Normal file
@ -0,0 +1,57 @@
|
||||
HTTP/1.1 200 OK
|
||||
Date: Sat, 22 Sep 2007 21:11:36 GMT
|
||||
Server: Apache
|
||||
Vary: Accept-Encoding
|
||||
Content-Length: 1533
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict //EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta name="author" content="Gameforge Productions GmbH" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
|
||||
<meta name="keywords" content="OGame, Browsergame, Onlinegame, Browsergames, Browsergame, Spiel, Spiele, Onlinespiel, Onlinespiele" />
|
||||
<meta name="description" content="OGame - Top Browsergame im Weltraum. Kommandiere deine Flotten." />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="language" content="es" />
|
||||
<meta name="distribution" content="global" />
|
||||
<meta name="audience" content="all" />
|
||||
<meta name="author-mail" content="info@ogame.de" />
|
||||
<meta name="publisher" content="Gameforge Productions GmbH" />
|
||||
<meta name="copyright" content="(c) 2007 by Gameforge Productions GmbH" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
<title>OGame.com.es</title>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<frameset rows="*,0,0" frameborder="no" border="0" framespacing="0">
|
||||
<frame name="mainframe" src="ttp://www.ogame.com.es/" frameborder="0" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
</html>
|
||||
|
||||
<script>
|
||||
frame = document.getElementsByName['mainframe'][0];
|
||||
if ( typeof( window.innerWidth ) == 'number' ){
|
||||
if (window.innerWidth <= 800){
|
||||
frame.scrollbars.visible=true;
|
||||
}
|
||||
}else {
|
||||
if (document.body.clientWidth <= 800){
|
||||
frame.scrollbars.visible=true;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user