snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 7efd600c38bb00ee3558b6215acd15c3de2a9797
parent a9f9ee73599b19feefe131bbf14a0ef97505e040
Author: RobinLinus <RobinLinus@users.noreply.github.com>
Date:   Tue, 29 Dec 2020 18:26:14 +0100

Merge pull request #227 from Bellisario/patch-3

Added Meta (description, keywords and author)
Diffstat:
Mclient/index.html | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/client/index.html b/client/index.html @@ -12,6 +12,9 @@ <meta name="apple-mobile-web-app-capable" content="no"> <meta name="apple-mobile-web-app-title" content="Snapdrop"> <!-- Descriptions --> + <meta name="description" content="Instantly share images, videos, PDFs, and links with people nearby. Peer2Peer and Open Source. No Setup, No Signup."> + <meta name="keywords" content="File, Transfer, Share, Peer2Peer"> + <meta name="author" content="RobinLinus"> <meta property="og:title" content="Snapdrop"> <meta property="og:type" content="article"> <meta property="og:url" content="https://snapdrop.net/">