Skip to content

Commit 35c9a70

Browse files
committed
Update to bootstrap
1 parent 7e7829c commit 35c9a70

1 file changed

Lines changed: 12 additions & 16 deletions

File tree

.github/api-docs/index.html

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,25 @@
88
<meta name="author" content="William Desportes">
99
<title>Doctum - Built API docs</title>
1010

11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css"
12-
integrity="sha512-rO2SXEKBSICa/AfyhEK5ZqWFCOok1rcgPYfGOqtX35OyiraBg6Xa4NnBJwXgpIRoXeWjcAmcQniMhp22htDc6g=="
13-
crossorigin="anonymous" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.8/css/bootstrap.min.css"
12+
integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA=="
13+
crossorigin="anonymous"
14+
referrerpolicy="no-referrer" />
1415

1516
</head>
1617

1718
<body>
1819
<header>
19-
<div class="navbar navbar-dark bg-dark shadow-sm">
20-
<div class="container d-flex justify-content-between">
21-
<div class="card-footer"></div>
22-
</div>
23-
</div>
20+
<nav class="navbar navbar-light bg-light">
21+
&nbsp;
22+
</nav>
2423
</header>
2524

2625
<main role="main">
27-
28-
<section class="jumbotron text-center">
29-
<div class="container">
30-
<h1>Doctum</h1>
31-
<p class="lead text-muted">Hosted built API Docs</p>
32-
</div>
33-
</section>
26+
<div class="jumbotron text-center">
27+
<h1 class="display-4">Doctum</h1>
28+
<p class="lead">Hosted built API Docs</p>
29+
</div>
3430
<div class="col-12">
3531
<div class="card-group">
3632
<div class="col-1">&nbsp;</div>
@@ -58,4 +54,4 @@ <h1>Doctum</h1>
5854
</main>
5955
</body>
6056

61-
</html>
57+
</html>

0 commit comments

Comments
 (0)