<!DOCTYPE html>
<html lang="zh-CN">

<head>
    <title>Home</title>
    <?php include_once 'base/head.php'; ?>
</head>

<body>
    <iframe src="/geekland/vue/#home" style="width:100vw; height:100vh">
    </iframe>
</body>

<script>
</script>

</html>

<?php
include_once 'init.php';

route_control(true);
?>