HighSpeaker/.history/app/view/user_20221223134542.html

18 lines
449 B
HTML
Raw Permalink Normal View History

2022-12-24 19:40:40 +05:30
<?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');?>