Skip to content

Commit 4caa027

Browse files
authored
Fix HTML formatting and structure
1 parent 40992bf commit 4caa027

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h3>EXPLORER</h3>
123123
<span class="separator"></span>
124124
<span class="info-item">
125125
<span class="material-symbols-outlined">memory</span>
126-
Tokens: <strong id="tokenCount">0</strong>
126+
Estimated Tokens: <strong id="tokenCount">0</strong>
127127
</span>
128128
<span class="separator"></span>
129129
<span class="info-item">
@@ -160,7 +160,7 @@ <h3>EXPLORER</h3>
160160
<div class="stat-item">
161161
<span class="stat-label">
162162
<span class="material-symbols-outlined">calculate</span>
163-
Tokens in Words:
163+
Estimated Tokens in Words:
164164
</span>
165165
<span class="stat-value" id="tokenPronunciation">zero tokens</span>
166166
</div>
@@ -183,3 +183,4 @@ <h3>EXPLORER</h3>
183183
</body>
184184

185185
</html>
186+

0 commit comments

Comments
 (0)