battles/bench.php
Igor Barkov (iwork) 77e8b7de2a code inspect
2019-09-16 17:01:59 +03:00

28 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
<?php
/*
* Скамейка - level20 - room 223
* Средняя скамейка - level21 - room 222
* Малая скамейка - level22 - room224
*/