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
383 B

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