2018-01-28 16:40:49 +00:00
|
|
|
<!DOCTYPE html>
|
2020-07-22 09:13:21 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="css/main.css">
|
|
|
|
<link rel="stylesheet" href="css/btn.css">
|
|
|
|
<style>
|
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2018-01-28 16:40:49 +00:00
|
|
|
|
2020-07-22 09:13:21 +00:00
|
|
|
div {
|
2020-07-22 09:18:28 +00:00
|
|
|
text-align: right;
|
2020-07-22 09:13:21 +00:00
|
|
|
}
|
|
|
|
</style>
|
2020-07-22 09:16:46 +00:00
|
|
|
<div class="button-container">
|
|
|
|
<div class="button-group">
|
|
|
|
<a class="button" href="/user_anketa.php" title="Анкета" target="gameframe">Анкета</a>
|
2020-09-29 22:39:06 +00:00
|
|
|
<a class="button" href="/main.php?edit=1" title="Персонаж" target="gameframe">Персонаж</a>
|
2020-07-22 09:16:46 +00:00
|
|
|
<a class="button" href="/clan.php" title="Клан" target="gameframe">Клан</a>
|
|
|
|
<a class="button" href="/user_abilities.php" title="Особые умения" target="gameframe">Особые умения</a>
|
|
|
|
<a class="button" href="/forum.php" title="Форум" target="gameframe">Форум</a>
|
|
|
|
</div>
|
2020-07-22 09:08:07 +00:00
|
|
|
<a class="button danger icon remove" href="/main.php?exit" title="Выход" target="_top">Выход</a>
|
2020-07-22 09:13:21 +00:00
|
|
|
</div>
|