📄 index.noauth.inc.php
字号:
<html>
<head>
<title>WoW-Wish</title>
<link rel="stylesheet" href="wish.css">
</head>
<body>
<?php include "header.inc.php"; ?>
<h1>WoW-Wish home</h1>
<?php
include "intro.inc.php";
include "news.inc.php";
//include "footer.inc.php";
?>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -