18 lines
449 B
HTML
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');?>
|