index.auth.inc.php
来自「A website for keeping track of wishes fo」· PHP 代码 · 共 26 行
PHP
26 行
<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 + =
减小字号Ctrl + -
显示快捷键?