bep40 commited on
Commit
40ed1cc
·
verified ·
1 Parent(s): 48c66bf

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -26
index.html CHANGED
@@ -61,29 +61,14 @@
61
  <div id="news-panel" hidden>
62
  <div id="news-header">
63
  <span id="news-title">📰 Tin nóng hôm nay</span>
64
- <div id="news-header-actions">
65
- <button id="news-toggle-btn" class="icon-btn small" aria-label="Expand/Collapse" title="Expand/Collapse">
66
- <svg id="news-chevron-up" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
67
- <polyline points="18 15 12 9 6 15"></polyline>
68
- </svg>
69
- <svg id="news-chevron-down" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" hidden>
70
- <polyline points="6 9 12 15 18 9"></polyline>
71
- </svg>
72
- </button>
73
- <button id="news-close-btn" class="icon-btn small" aria-label="Close news" title="Close">
74
- <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
75
- <line x1="18" y1="6" x2="6" y2="18"></line>
76
- <line x1="6" y1="6" x2="18" y2="18"></line>
77
- </svg>
78
- </button>
79
- </div>
80
- </div>
81
- <div id="news-list-container">
82
- <div id="news-list"></div>
83
- <button id="news-load-more" class="news-load-more-btn" hidden>
84
- Xem thêm tin tức ↓
85
  </button>
86
  </div>
 
87
  </div>
88
 
89
  <footer id="controls">
@@ -92,11 +77,6 @@
92
  <button id="main-btn" disabled>
93
  <span id="main-btn-label">Loading…</span>
94
  </button>
95
- <button id="news-toggle-footer" class="icon-btn" hidden aria-label="Toggle news" title="Tin tức">
96
- <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
97
- <path d="M19 20H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1m2 13a2 2 0 0 1-2-2V7m2 13a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2m-4 9.5a4 4 0 1 1-8 0 4 4 0 0 1 8 0z"></path>
98
- </svg>
99
- </button>
100
  <button id="mute-btn" class="icon-btn" hidden aria-label="Mute microphone" title="Mute microphone">
101
  <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
102
  <path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path>
 
61
  <div id="news-panel" hidden>
62
  <div id="news-header">
63
  <span id="news-title">📰 Tin nóng hôm nay</span>
64
+ <button id="news-close-btn" class="icon-btn small" aria-label="Close news" title="Close">
65
+ <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
66
+ <line x1="18" y1="6" x2="6" y2="18"></line>
67
+ <line x1="6" y1="6" x2="18" y2="18"></line>
68
+ </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  </button>
70
  </div>
71
+ <div id="news-list"></div>
72
  </div>
73
 
74
  <footer id="controls">
 
77
  <button id="main-btn" disabled>
78
  <span id="main-btn-label">Loading…</span>
79
  </button>
 
 
 
 
 
80
  <button id="mute-btn" class="icon-btn" hidden aria-label="Mute microphone" title="Mute microphone">
81
  <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
82
  <path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path>