39 lines
1.2 KiB
PHP
39 lines
1.2 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<HEAD>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
div {
|
|
margin: 0 auto;
|
|
overflow: auto;
|
|
text-align: right;
|
|
}
|
|
a {
|
|
border: 1px solid #fff;
|
|
transition: box-shadow 0.5s ease;
|
|
margin: 5px;
|
|
padding: 5px;
|
|
}
|
|
a:hover {
|
|
box-shadow: 0 0 7px slategray;
|
|
}
|
|
</style>
|
|
</HEAD>
|
|
<body>
|
|
<div>
|
|
<a href="/user_anketa.php" title="Анкета" target="gameframe">Анкета</a>
|
|
<a href="/contacts.php" title="Контакты" target="gameframe">Друзья</a>
|
|
<a href="/main.php?edit=1" title="Инвентарь" target="gameframe">Инвентарь</a>
|
|
<a href="/clan.php" title="Клан" target="gameframe">Клан</a>
|
|
<a href="/user_abilities.php" title="Особые умения" target="gameframe">Особые умения</a>
|
|
<a href="/forum.php" title="Форум" target="gameframe">Форум</a>
|
|
<a href="/main.php?exit" title="Выход" target="_top">Выход</a>
|
|
</div>
|
|
</body>
|
|
</html> |