📄 header.auth.inc.php
字号:
<?php $nm = htmlentities($_SESSION['user_logged']); ?>
<table bgcolor=black width=100% ><tr><td>
<font size=+4 color=white class="header">WoW-Wish</font></td>
<td class=header><font color=white>
<b>Hi, <?php echo $nm; ?> </b>|
<a class=header href="index.php"><img src="img/home.png" alt="Home" title="Home"> Home</a> |
<a class=header href="alt_list.php">Your alts</a> |
<a class=header href="alt_new.php">New alt</a> |
<a class=header href="logout.php">Logout</a>
</font>
</tr></td></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -