diff --git a/package.json b/package.json index c5793764..38ad5ab0 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "body-parser": "^1.17.1", "connect-multiparty": "^2.0.0", "express": "^4.15.2", - "nodemon": "^1.11.0" + "nodemon": "^1.11.0", + "socket.io": "^2.0.1" } } diff --git a/public/claim.html b/public/claim.html new file mode 100644 index 00000000..f7641fda --- /dev/null +++ b/public/claim.html @@ -0,0 +1,28 @@ + + +
+ + + +spee.ch is a single-serving site that reads and publishes images to and from the LBRY blockchain.
+your image is being retrieved
+ + + + \ No newline at end of file diff --git a/public/eagle.jpg b/public/eagle.jpg new file mode 100644 index 00000000..cb736738 Binary files /dev/null and b/public/eagle.jpg differ diff --git a/public/index.html b/public/index.html index d6561367..eb7ff418 100644 --- a/public/index.html +++ b/public/index.html @@ -101,6 +101,9 @@ previewFile(); //calls the function named previewFile() - + +