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

File diff suppressed because one or more lines are too long