|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 |
| - |
4 |
| -<head> |
5 |
| - <meta charset="utf-8" /> |
6 |
| - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
7 |
| - <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png"> |
8 |
| - <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png"> |
9 |
| - <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png"> |
10 |
| - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
11 |
| - <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> |
12 |
| - <meta name="theme-color" content="#061e23" /> |
13 |
| - <meta name="description" content="Relp, a messenger for the web. " /> |
14 |
| - <meta name="keywords" |
15 |
| - content="SafeShare,on share,SafeShare now ,SafeShare file,file transfer, peer to peer communication, " /> |
16 |
| - <meta name="author" content="Abishek" /> |
17 |
| - <meta name="ROBOTS" content="INDEX, FOLLOW" /> |
18 |
| - <meta property="og:title" content="relp.now.sh - Online file Sharing" /> |
19 |
| - <meta property="og:url" content="https://relp.now.sh" /> |
20 |
| - <meta property="og:description" content="relp.now.sh is a online file sharing service. SafeShare is a real time |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 6 | + <link |
| 7 | + rel="apple-touch-icon" |
| 8 | + sizes="180x180" |
| 9 | + href="%PUBLIC_URL%/apple-touch-icon.png" |
| 10 | + /> |
| 11 | + <link |
| 12 | + rel="icon" |
| 13 | + type="image/png" |
| 14 | + sizes="32x32" |
| 15 | + href="%PUBLIC_URL%/favicon-32x32.png" |
| 16 | + /> |
| 17 | + <link |
| 18 | + rel="icon" |
| 19 | + type="image/png" |
| 20 | + sizes="16x16" |
| 21 | + href="%PUBLIC_URL%/favicon-16x16.png" |
| 22 | + /> |
| 23 | + <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
| 24 | + <meta |
| 25 | + name="viewport" |
| 26 | + content="width=device-width, initial-scale=1, user-scalable=no" |
| 27 | + /> |
| 28 | + <meta name="theme-color" content="#061e23" /> |
| 29 | + <meta name="description" content="Relp, a messenger for the web. " /> |
| 30 | + <meta |
| 31 | + name="keywords" |
| 32 | + content="SafeShare,on share,SafeShare now ,SafeShare file,file transfer, peer to peer communication, " |
| 33 | + /> |
| 34 | + <meta name="author" content="Abishek" /> |
| 35 | + <meta name="ROBOTS" content="INDEX, FOLLOW" /> |
| 36 | + <meta property="og:title" content="relp.now.sh - Online file Sharing" /> |
| 37 | + <meta property="og:url" content="https://relp.now.sh" /> |
| 38 | + <meta |
| 39 | + property="og:description" |
| 40 | + content="relp.now.sh is a online file sharing service. SafeShare is a real time |
21 | 41 | peer to peer communication system. The files you shared won't be uploaded to our
|
22 |
| - server. This is a peer to peer file sharing website." /> |
| 42 | + server. This is a peer to peer file sharing website." |
| 43 | + /> |
23 | 44 |
|
24 |
| - <meta property="og:image" content="%PUBLIC_URL%/HomeScreen.PNG" /> |
25 |
| - <meta property="og:image:type" content="image/png" /> |
26 |
| - <meta property="og:image:width" content="400" /> |
27 |
| - <meta property="og:image:height" content="300" /> |
28 |
| - <meta property="og:image:alt" content="relp.now.sh - messenger for the web" /> |
| 45 | + <meta property="og:image" content="%PUBLIC_URL%/HomeScreen.PNG" /> |
| 46 | + <meta property="og:image:type" content="image/png" /> |
| 47 | + <meta property="og:image:width" content="400" /> |
| 48 | + <meta property="og:image:height" content="300" /> |
| 49 | + <meta |
| 50 | + property="og:image:alt" |
| 51 | + content="relp.now.sh - messenger for the web" |
| 52 | + /> |
29 | 53 |
|
30 |
| - <link rel="canonical" href="https://relp.now.sh" /> |
31 |
| - <link rel="preconnect" href="https://relp-server.herokuapp.com/"> |
32 |
| - <link rel="dns-prefetch" href="https://relp-server.herokuapp.com/"> |
33 |
| - <title>Relp (alpha)</title> |
34 |
| - <style> |
35 |
| - #root{ |
36 |
| - background-color: var(--color-primary); |
37 |
| - } |
38 |
| - </style> |
39 |
| -</head> |
| 54 | + <link rel="canonical" href="https://relp.now.sh" /> |
| 55 | + <link rel="preconnect" href="https://relp-server.herokuapp.com/" /> |
| 56 | + <link rel="dns-prefetch" href="https://relp-server.herokuapp.com/" /> |
| 57 | + <title>Relp (alpha)</title> |
| 58 | + <style> |
| 59 | + #root { |
| 60 | + background-color: var(--color-primary); |
| 61 | + } |
| 62 | + </style> |
| 63 | + </head> |
40 | 64 |
|
41 |
| -<body> |
42 |
| - <noscript>You need to enable JavaScript to share files to anyone.</noscript> |
43 |
| - <div id="root"></div> |
44 |
| - <div id="popup"></div> |
45 |
| - <div id="img"></div> |
46 |
| - <audio id="message-tone"> |
47 |
| - <source src="tones/message-tone.mp3" type="audio/mpeg"> |
48 |
| - <source src="tones/message-tone.ogg" type="audio/ogg"> |
49 |
| - </audio> |
| 65 | + <body> |
| 66 | + <noscript>You need to enable JavaScript to share files to anyone.</noscript> |
| 67 | + <div id="root"></div> |
| 68 | + <div id="popup"></div> |
| 69 | + <div id="img"></div> |
| 70 | + <audio id="message-tone"> |
| 71 | + <source src="tones/message-tone.mp3" type="audio/mpeg" /> |
| 72 | + <source src="tones/message-tone.ogg" type="audio/ogg" /> |
| 73 | + </audio> |
50 | 74 |
|
51 |
| - <!-- |
| 75 | + <!-- |
52 | 76 | This HTML file is a template.
|
53 | 77 | If you open it directly in the browser, you will see an empty page.
|
54 | 78 |
|
|
58 | 82 | To begin the development, run `npm start` or `yarn start`.
|
59 | 83 | To create a production bundle, use `npm run build` or `yarn build`.
|
60 | 84 | -->
|
61 |
| -</body> |
| 85 | + </body> |
| 86 | + <script type="module"> |
| 87 | + import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate'; |
| 88 | + |
| 89 | + const el = document.createElement('pwa-update'); |
| 90 | + document.body.appendChild(el); |
| 91 | + </script> |
62 | 92 |
|
63 |
| -<!-- <script> |
| 93 | + <!-- <script> |
64 | 94 | if('serviceWorker' in navigator){
|
65 | 95 | navigator.serviceWorker.onmessage = (e) => {
|
66 | 96 | const localFile = e.data.file;
|
|
79 | 109 | };
|
80 | 110 | }
|
81 | 111 | </script> -->
|
82 |
| - |
83 | 112 | </html>
|
0 commit comments