diff --git a/docs/index.html b/docs/index.html index 217ea91..8f66e92 100644 --- a/docs/index.html +++ b/docs/index.html @@ -135,6 +135,38 @@ border-radius: 5px; font-family: monospace; } + + .openai-logo { + position: fixed; + top: 100px; + left: 20px; + width: 100px; + background-color: white; + padding: 10px; + border-radius: 10px; + box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); + text-align: center; + } + + .openai-logo img { + width: 100%; + height: auto; + } + + .openai-logo p { + margin: 0; + font-size: 12px; + color: #333; + } + + .openai-logo a { + text-decoration: none; + color: #333; + } + + .openai-logo a:hover { + color: #4A90E2; + }
@@ -162,7 +194,12 @@Write your stories with the power of AI
- +