⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.auth.inc.php

📁 A website for keeping track of wishes for your character in WoW Users are able to make a user accoun
💻 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 + -