2018-01-28 16:40:49 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<HEAD>
|
2018-03-01 20:26:45 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="css/main.css">
|
2018-02-13 23:13:16 +00:00
|
|
|
<style>
|
2018-03-01 20:26:45 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2018-01-28 16:40:49 +00:00
|
|
|
}
|
|
|
|
|
2018-03-01 20:26:45 +00:00
|
|
|
div {
|
|
|
|
margin: 0 auto;
|
|
|
|
overflow: auto;
|
2018-12-12 23:37:27 +00:00
|
|
|
text-align: right;
|
2018-01-28 16:40:49 +00:00
|
|
|
}
|
2018-12-12 23:37:27 +00:00
|
|
|
a {
|
2018-03-01 20:26:45 +00:00
|
|
|
border: 1px solid #fff;
|
|
|
|
transition: box-shadow 0.5s ease;
|
2018-03-23 20:43:16 +00:00
|
|
|
margin: 5px;
|
2018-12-12 23:37:27 +00:00
|
|
|
padding: 5px;
|
2018-01-28 16:40:49 +00:00
|
|
|
}
|
2018-12-12 23:37:27 +00:00
|
|
|
a:hover {
|
2018-03-23 20:43:16 +00:00
|
|
|
box-shadow: 0 0 7px slategray;
|
2018-03-01 20:26:45 +00:00
|
|
|
}
|
|
|
|
</style>
|
2018-01-28 16:40:49 +00:00
|
|
|
</HEAD>
|
2018-03-01 20:26:45 +00:00
|
|
|
<body>
|
2018-12-12 23:37:27 +00:00
|
|
|
<div>
|
2019-01-15 11:52:15 +00:00
|
|
|
<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>
|
2019-06-21 14:35:09 +00:00
|
|
|
<a href="/clan.php" title="Клан" target="gameframe">Клан</a>
|
2019-01-15 11:52:15 +00:00
|
|
|
<a href="/user_abilities.php" title="Особые умения" target="gameframe">Особые умения</a>
|
|
|
|
<a href="/forum.php" title="Форум" target="gameframe">Форум</a>
|
2019-02-15 22:41:48 +00:00
|
|
|
<a href="/main.php?exit" title="Выход" target="_top">Выход</a>
|
2018-03-01 20:26:45 +00:00
|
|
|
</div>
|
2018-01-28 16:40:49 +00:00
|
|
|
</body>
|
2018-02-13 23:13:16 +00:00
|
|
|
</html>
|