Powered with Whisper AI #22
src/main/resources
@ -2,12 +2,19 @@
|
||||
--bs-primary-rgb: 0, 47, 95;
|
||||
--bs-btn-bg: #002F5F;
|
||||
}
|
||||
/* Sticky footer layout */
|
||||
/* Header Styling */
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.header-link {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.header-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.header-link:visited {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.header .app-title {
|
||||
|
@ -24,6 +24,11 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container text-center">
|
||||
<span class="span-small">
|
||||
<a href="https://openai.com/index/whisper/" target="_blank" class="header-link">Powered with Whisper AI</a>
|
||||
</span>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="container mt-4">
|
||||
|
Loading…
x
Reference in New Issue
Block a user