b68/packages/api/views/partials/head.ejs

15 lines
407 B
Plaintext

<meta charset="UTF-8">
<title>B68 API</title>
<!-- CSS (load bootstrap from a CDN) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="icon" href="/favicon.ico">
<style>
body { padding-top:50px; }
.jumbotron {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
</style>