19 lines
628 B
HTML
19 lines
628 B
HTML
<?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');?> |