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