aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-11-16 16:44:32 -0600
committerJoop Kiefte <ikojba@gmail.com>2019-11-17 02:37:07 +0100
commit86f284e9b1e5d13b9a0b17617f5bcc40c77b93cc (patch)
treed14b227bb262f3fee5210533bc5f8216283e23e3 /index.html
parentf4feab4ca28cc5136ae00cd9a85681a95848bdd8 (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 a470fc1..ba26d88 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>