?? index.auth.inc.php
字號:
<html>
<head>
<title>WoW-Wish</title>
<link rel="stylesheet" href="wish.css">
</head>
<body>
<?php include "header.inc.php"; ?>
<h1>Wishlist home</h1>
<?php
include "news.inc.php";
//include "news.auth.inc.php; // TODO
echo "To use the site: <br />";
echo "<ol><li>Make an alt, or alts representing your characters in-game</li>";
echo "<li>Make wishes for your alts, for dungeons you want to visit (on the your alts page)</li>";
echo "<li>Match your wishes against other peoples, and get a group going</li>";
echo "<li>Have fun</li></ol>";
//include "footer.inc.php";
?>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -