Added: Temporary overlay text and 2 css layouts.

This commit is contained in:
2025-11-17 03:04:19 +01:00
parent 0c00ff7ee0
commit d72e27ad2e
6 changed files with 135 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Chat Overlay - Bright Green</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/overlay-bright-green.css">
</head>
<body>
<div class="chat-container">
<div class="chat-message"><span class="username">Streamer:</span> This is the bright green theme!</div>
<div class="chat-message"><span class="username">VerdantViewer:</span> Looks so fresh and clean!</div>
<div class="chat-message"><span class="username">NightBot:</span> Welcome to the channel!</div>
</div>
</body>
</html>