Со скамеек удалён CloudFlare. Теперь они идентичны.

This commit is contained in:
lopar 2018-02-13 22:15:22 +02:00
parent 35443b8996
commit 1630cc2321
3 changed files with 62 additions and 114 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,28 +1,22 @@
<HTML> <!DOCTYPE html>
<HEAD> <html>
<link rel=stylesheet type="text/css" href="css/main.css"> <head>
<meta content="text/html; charset=utf-8" http-equiv=Content-type> <meta charset="utf-8">
<META Http-Equiv=Cache-Control Content=no-cache> <link href="css/main.css" rel="stylesheet"/>
<meta http-equiv=PRAGMA content=NO-CACHE> <title>Скамейка</title>
<META Http-Equiv=Expires Content=0> </head>
<script type="text/javascript" src="/i/globaljs.js"></script> <body>
<script> <a onclick="returned()"> на главную</a>
function returned2(s){ <h1>Скамейка</h1>
location.href='city.php?'+s+'tmp='+Math.random(); <p>
} Если вы устали от шума боев и суеты центральных улиц, вы можете отдохнуть на скамейке под тенью парковых деревьев...<br>
</script> Здесь можно, уединившись, подумать о вечном, назначить романтическое свидание или просто спокойно поболтать.<br>
</HEAD> Если только местные хулиганы не помешают вам
<body leftmargin=5 topmargin=5 marginwidth=5 marginheight=5 bgcolor=#E5E1E2> </p>
<div style='color:#8F0000; font-weight:bold; font-size:16px; text-align:center; float:center;'>Скамейка</div> <script>
<div style='float:right; padding-right:6px;'> function returned() {
<form> location.href='city.php?bps=1&tmp='+Math.random();
<INPUT TYPE=button value="Вернуться" onClick="returned2('bps=1&');"> }
</form> </script>
</div> </body>
<div style='clear:both;'></div> </html>
<br>
<b><i>Если вы устали от шума боев и суеты центральных улиц, вы можете отдохнуть на скамейке под тенью <br/>парковых деревьев...<br></b></i><br><br>
Здесь можно, уединившись, подумать о вечном, назначить романтическое свидание или просто спокойно поболтать.
<br/>Если только местные хулиганы не помешают вам...
</BODY>
</HTML>

File diff suppressed because one or more lines are too long