HighSpeaker/.history/app/view/user_20221223135159.html

19 lines
628 B
HTML
Raw Permalink 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 class="danger">请注意:HighSpeaker是单用户的,您添加的所有用户都具备和您一样的管理员权限并甚至可以删除您的账号!</small>
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
<?php include('common_foot.html');?>