2018-01-29 19:24:30 +00:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<link href="css/main.css" rel="stylesheet"/>
|
|
|
|
|
<title>Рейтинги</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<a href="/"> ← на главную</a>
|
|
|
|
|
<?php if (!empty($error)): ?>
|
|
|
|
|
<h1><?php echo $error; ?></h1>
|
|
|
|
|
<?php else: ?>
|
|
|
|
|
<h1>Рейтинги</h1>
|
|
|
|
|
🏆 Ух ты, пусто! Будет интереснее после открытия!
|
|
|
|
|
<?php endif; ?>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|