aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-11-16 16:44:32 -0600
committerEv Bogue <ev@evbogue.com>2019-11-16 16:44:32 -0600
commitd7aa96addc75fae89ea33d1259f1c86cb83d5359 (patch)
tree7196c7cc43f4305571a85189ea305513441a985a /index.html
parent09baf61106f9e40f6ea444763197997b0e6c08b9 (diff)
add profile photos that are cropped to 250 by 250 and saved to your log
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index a6f0fd9..a663afc 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +16,7 @@
<script src="./lib/misc.js"></script>
<script src="bog.js"></script>
<script src="composer.js"></script>
+ <script src="identify.js"></script>
<script src="gossip.js"></script>
<script src="render.js"></script>
<script src="views.js"></script>