ghostai1 commited on
Commit
dae67d3
Β·
verified Β·
1 Parent(s): 215ccf1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -4
index.html CHANGED
@@ -1,3 +1,5 @@
 
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
@@ -11,13 +13,13 @@
11
  <body class="bg-dark text-light">
12
  <header class="hero text-center py-5">
13
  <h1 class="display-3">πŸŒ‘ SentimentSpark πŸ”₯</h1>
14
- <p class="lead">Unleash the Power of Sentiment Analysis with a Sleek, Dark Interface</p>
15
  </header>
16
  <div class="container py-4">
17
- <div class="card bg-dark border-secondary mb-4">
18
  <div class="card-body">
19
  <label for="sentimentFilter" class="form-label">Filter by Sentiment:</label>
20
- <select id="sentimentFilter" class="form-select bg-dark text-light border-secondary">
21
  <option value="all">All Sentiments</option>
22
  <option value="positive">Positive 🌟</option>
23
  <option value="negative">Negative 😞</option>
@@ -36,9 +38,12 @@
36
  <tbody id="dataTable"></tbody>
37
  </table>
38
  </div>
 
 
 
39
  </div>
40
  <footer class="text-center py-4">
41
- <p>&copy; 2025 SentimentSpark. Licensed under Apache-2.0. Built with πŸ’– by GHOSTAI.</p>
42
  </footer>
43
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
44
  <script src="script.js"></script>
 
1
+
2
+
3
  <!DOCTYPE html>
4
  <html lang="en">
5
  <head>
 
13
  <body class="bg-dark text-light">
14
  <header class="hero text-center py-5">
15
  <h1 class="display-3">πŸŒ‘ SentimentSpark πŸ”₯</h1>
16
+ <p class="lead">Unleash 500 Reviews in a Futuristic, Dark-Themed Interface</p>
17
  </header>
18
  <div class="container py-4">
19
+ <div class="card bg-dark border-neon mb-4">
20
  <div class="card-body">
21
  <label for="sentimentFilter" class="form-label">Filter by Sentiment:</label>
22
+ <select id="sentimentFilter" class="form-select bg-dark text-light border-neon">
23
  <option value="all">All Sentiments</option>
24
  <option value="positive">Positive 🌟</option>
25
  <option value="negative">Negative 😞</option>
 
38
  <tbody id="dataTable"></tbody>
39
  </table>
40
  </div>
41
+ <nav aria-label="Page navigation">
42
+ <ul class="pagination justify-content-center" id="pagination"></ul>
43
+ </nav>
44
  </div>
45
  <footer class="text-center py-4">
46
+ <p>Β© 2025 SentimentSpark by ghostai1. Licensed under Apache-2.0. Built with πŸ’–.</p>
47
  </footer>
48
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
49
  <script src="script.js"></script>