Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
perguth committed Apr 26, 2024
1 parent c72aebb commit 707df74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!doctype html>
<html lang="en">
<head>

<meta charset=utf-8>
<title>Peertransfer | In-browser secure peer-to-peer filetransfer in three simple steps.</title>
<meta name=viewport content='width=device-width, initial-scale=1'>
Expand All @@ -12,6 +15,9 @@
<meta property="og:url" content="https://perguth.de/peertransfer/">
<meta property="og:description" content="Peertransfer is a browser-based tool for secure, peer-to-peer file transfers. Utilizing end-to-end encryption and cryptographic wrapping of WebRTC packets, Peertransfer ensures your data remains private and directly between peers without intermediary storage. Join us in enhancing this open-source project on GitHub.">

</head>
<body>

<!-- UI based on http://tutorialzine.com/2013/11/javascript-file-encrypter/ -->

<a class='back'></a>
Expand Down Expand Up @@ -65,3 +71,6 @@
</footer>

<script src=bundle.js></script>

</body>
</html>

0 comments on commit 707df74

Please sign in to comment.