battles/top.php

17 lines
432 B
PHP
Raw Normal View History

<!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>