You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
378 B

<?php
include './functions.php';
5 years ago
yimian__header("Yimian | hhCandy","Yimian,hhCandy","Yimian or hhCandy's first page.");
5 years ago
echo "<link href=https://cdn.yimian.ac.cn/hhCandy/style.css rel=stylesheet>";
echo "<script src=\"https://cdn.yimian.ac.cn/hhCandy/copy.js\"></script>";
5 years ago
yimian__headerEnd();
5 years ago
echo file_get_contents("./etc/hhCandy/index.html");
5 years ago
yimian__simpleFooter(1);