@robmcelhinney/qr-file-share
Version:
Node.js http server allowing for file transfers over local area network made easier with QR code output on start.
23 lines (22 loc) • 809 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Node.js HTTP server for sharing files on a local network with QR code discovery."
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>QR File Share</title>
<script type="module" crossorigin src="/assets/index-DOCaCwrc.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CsYJXa5Z.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>