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';
yimian__header("Yimian | hhCandy","Yimian,hhCandy","Yimian or hhCandy's first page.");
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>";
yimian__headerEnd();
echo file_get_contents("./etc/hhCandy/index.html");
yimian__simpleFooter(1);