aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2020-04-27 00:24:34 -0600
committerAdam Hovorka <[email protected]>2020-04-27 00:24:34 -0600
commit946137054dfd23f2ae7ddf77a1cbd4a4b9486054 (patch)
treefd004abd00dd6899264a939ad5c86720035a0fe1 /index.html
parent5196850658003808a785aa05a89ad6746920a510 (diff)
Add stats / word count box
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8b3c895..11566ac 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,10 @@
<div id="enable-edit" class="material-icons">edit</div>
</div>
<div id="main"></div>
- <div id="unreachable"></div>
+ <div id="stats">
+ <div id="word-count">Word Count: <span></span></div>
+ <div id="unreachable"></div>
+ </div>
<template id="view-entry">
<a class="edit-btn material-icons">edit</a>