HighSpeaker/.history/app/view/user_20221223135056.html

19 lines
562 B
HTML
Raw Normal View History

2022-12-24 19:40:40 +05:30
<?php
$page_title='控制台';
include('common_head.html');?>
<!-- Begin Page Content -->
<div class="container-fluid">
<!-- Page Heading -->
<h1 class="h3 mb-4 text-gray-800">用户配置</h1>
<small>请注意:HighSpeaker是单用户的,您添加的所有用户都具备管理员权限</small>
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
<?php include('common_foot.html');?>