aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2020-04-28 10:17:15 -0600
committerAdam Hovorka <[email protected]>2020-04-28 10:17:15 -0600
commite08cc78e72dfb0bc72db0a3aa362b86fa06d4851 (patch)
tree6884f51a9895fa296828563284f215f4e4a37a86 /index.html
parent946137054dfd23f2ae7ddf77a1cbd4a4b9486054 (diff)
Add path word count alongside total word count
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 11566ac..8bf6371 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,8 @@
</div>
<div id="main"></div>
<div id="stats">
- <div id="word-count">Word Count: <span></span></div>
+ <div id="total-word-count">Total Word Count: <span></span></div>
+ <div id="path-word-count">Path Word Count: <span></span></div>
<div id="unreachable"></div>
</div>