Update index.php
This commit is contained in:
@@ -23,7 +23,7 @@ $username="test";
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Header -->
|
<!-- navbar -->
|
||||||
<nav class="navbar navbar-light bg-light">
|
<nav class="navbar navbar-light bg-light">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<span class="navbar-text">
|
<span class="navbar-text">
|
||||||
@@ -37,13 +37,19 @@ $username="test";
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="container mt-5">
|
|
||||||
<!-- Main content -->
|
<div class="container-fluid">
|
||||||
<h2 class="text-center">Welcome to Bootstrap</h2>
|
<div class="row">
|
||||||
<p class="text-center">This is a simple webpage using Bootstrap CSS.</p>
|
<!-- sidebar -->
|
||||||
<div class="alert alert-primary" role="alert">
|
<div class="col-2" style="background-color: lightblue;">
|
||||||
This is a primary alert—check it out!
|
<p>This container takes up 20% of the width.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
main part, with iframe
|
||||||
|
<div class="col-10" style="background-color: lightgreen;">
|
||||||
|
<!-- iframe -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user