HighSpeaker/.history/app/view/user_20221223134542.html
2022-12-24 22:10:40 +08:00

18 lines
449 B
HTML

<?php
$page_title='控制台';
include_once('common_head.html');?>
<!-- Begin Page Content -->
<div class="container-fluid">
<!-- Page Heading -->
<h1 class="h3 mb-4 text-gray-800">Blank Page</h1>
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
<?php include_once('common_foot.html');?>