ilhamdev commited on
Commit
bb03ceb
β€’
1 Parent(s): 94f630a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -3
index.html CHANGED
@@ -306,13 +306,17 @@ footer {
306
  <div class="container">
307
  <div class="toggle-switch" style="position: absolute; top: 10px; right: 10px;">
308
  <input type="checkbox" id="theme-switch">
309
- <label for="theme-switch">
310
- <div class="sun" style="background-color: #ff0; border-radius: 50%; width: 22px; height: 22px; text-align: center;">β˜€οΈ</div>
311
- <div class="moon" style="background-color: #bbb; border-radius: 50%; width: 22px; height: 22px; text-align: center;">πŸŒ™</div>
 
 
 
312
  </label>
313
  </div>
314
 
315
 
 
316
  <div class="main">
317
  <h2>Introduction</h2>
318
  <p>This document provides a simple JavaScript client for interacting with the LuminAI API. The client allows you to send requests with various parameters and receive results from the API.</p>
 
306
  <div class="container">
307
  <div class="toggle-switch" style="position: absolute; top: 10px; right: 10px;">
308
  <input type="checkbox" id="theme-switch">
309
+ <label for="theme-switch" style="display: flex; align-items: center; justify-content: space-between; padding: 2px;">
310
+ <div class="sun" style="background-color: #ff0; border-radius: 50%; width: 22px; height: 22px;"></div>
311
+ <div class="slider" style="background-color: #ccc; border-radius: 34px; width: 50px; height: 26px; position: relative;">
312
+ <div class="dot" style="background-color: #fff; border-radius: 50%; width: 22px; height: 22px; position: absolute; top: 2px; left: 2px; transition: 0.3s;"></div>
313
+ </div>
314
+ <div class="moon" style="background-color: #bbb; border-radius: 50%; width: 22px; height: 22px;"></div>
315
  </label>
316
  </div>
317
 
318
 
319
+
320
  <div class="main">
321
  <h2>Introduction</h2>
322
  <p>This document provides a simple JavaScript client for interacting with the LuminAI API. The client allows you to send requests with various parameters and receive results from the API.</p>