Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/social-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@
<link rel="icon" type="image/svg+xml" href="./src/assets/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NetGraph</title>

<!-- Social / link-unfurl metadata. og:image is served from GitHub raw, so it
resolves without any asset hosting on the deployed site. -->
<meta name="description" content="Map your home or lab network in the browser. Devices and connections are stored entirely in localStorage - no backend, no accounts, no telemetry." />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="NetGraph" />
<meta property="og:title" content="NetGraph - local network visualizer" />
<meta property="og:description" content="Map your home or lab network in the browser. Devices and connections are stored entirely in localStorage - no backend, no accounts, no telemetry." />
<meta property="og:url" content="https://netgraph.khemul.de/" />
<meta property="og:image" content="https://raw.githubusercontent.com/BrainInBlack/NetGraph/main/docs/social-preview.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="640" />
<meta property="og:image:alt" content="NetGraph - a local network visualizer, showing the wordmark and a sample device topology." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="NetGraph - local network visualizer" />
<meta name="twitter:description" content="Map your home or lab network in the browser. Devices and connections are stored entirely in localStorage - no backend, no accounts, no telemetry." />
<meta name="twitter:image" content="https://raw.githubusercontent.com/BrainInBlack/NetGraph/main/docs/social-preview.png" />
<meta name="twitter:image:alt" content="NetGraph - a local network visualizer, showing the wordmark and a sample device topology." />
</head>
<body>
<div id="app">
Expand Down