← back to Dave Share
shared/welcome.html
27 lines
<!doctype html>
<html lang="en"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Welcome, Dave</title>
<style>
body{margin:0;min-height:100vh;display:grid;place-items:center;
font:18px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
color:#1a1a1a;background:#faf8f4}
.card{max-width:560px;padding:40px;background:#fff;border:1px solid #e6e3dd;border-radius:14px;margin:24px}
h1{margin:0 0 6px;font-size:26px}
.sub{color:#7a5c3e;font-size:14px;margin-bottom:18px}
p{color:#444}
code{background:#faf8f4;border:1px solid #e6e3dd;border-radius:5px;padding:1px 6px;font-size:14px}
</style></head><body>
<div class="card">
<h1>Hey Dave 👋</h1>
<div class="sub">You're reaching this over Steve's Tailscale — your tailnet and his stay separate.</div>
<p>This is the shared space. Steve drops pages and files in here for you, and you can read them
from any of your devices that have accepted the share — phone, laptop, anywhere.</p>
<p>Nothing here is on the public internet. The connection is end-to-end encrypted between your
device and Steve's Mac Studio, and only this one machine is shared with you — not the rest of
either network.</p>
<p style="margin-bottom:0;color:#6b6b6b;font-size:14px">Go back to the <a href="/">index</a> to see
everything that's shared.</p>
</div>
</body></html>