admin

224 阅读1分钟
<div class="container">
    <div class="row">
        <div class="col-xs-12">

            <div class="alert alert-danger">
                <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
                <h4 style="margin-top: 0px;">网站程序有漏洞,继续修复!</h4>
                <p>程序出错! 请尽快重装系统!!!</p>
                <button class="btn btn-danger">立即重装</button><button class="btn btn-default"
                    data-dismiss="alert">稍后重装</button>
            </div>

        </div>
    </div>
    <div class="row">
        <div class="col-md-6">

            <div class="panel panel-default">
                <!-- Default panel contents -->
                <div class="panel-heading">Panel heading</div>
                <div class="panel-body">
                    <!-- Table -->
                    <table class="table">
                        <thead>
                            <tr>
                                <th>Heading 1</th>
                                <th>Heading 2</th>
                                <th>Heading 3</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <th>Content 1</th>
                                <td>Content 2</td>
                                <td>Content 3</td>
                            </tr>
                            <tr>
                                <th>Content 1</th>
                                <td>Content 2</td>
                                <td>Content 3</td>
                            </tr>
                            <tr>
                                <th>Content 1</th>
                                <td>Content 2</td>
                                <td>Content 3</td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </div>

        </div>
        <div class="col-md-6">
            <div class="panel panel-default">
                <!-- Default panel contents -->
                <div class="panel-heading">Panel heading</div>
                <!-- Table -->
                <table class="table">
                    <thead>
                        <tr>
                            <th>Heading</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td>
                                <a href="#">
                                    <span class="glyphicon glyphicon-list-alt"></span>
                                    Content
                                    <span class="pull-right">2021-10-15</span>
                                </a>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <a href="#">
                                    <span class="glyphicon glyphicon-list-alt"></span>
                                    Content
                                    <span class="pull-right">2021-10-15</span>
                                </a>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <a href="#">
                                    <span class="glyphicon glyphicon-list-alt"></span>
                                    Content
                                    <span class="pull-right">2021-10-15</span>
                                </a>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <a href="#">
                                    <span class="glyphicon glyphicon-list-alt"></span>
                                    Content
                                    <span class="pull-right">2021-10-15</span>
                                </a>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <a href="#">
                                    <span class="glyphicon glyphicon-list-alt"></span>
                                    Content
                                    <span class="pull-right">2021-10-15</span>
                                </a>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <a href="#">
                                    <span class="glyphicon glyphicon-list-alt"></span>
                                    Content
                                    <span class="pull-right">2021-10-15</span>
                                </a>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </div>

        </div>
    </div>
</div>
<script src='./js/jquery.min.js'></script>
<script src='./js/bootstrap.min.js'></script>