You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/PlanViewer.Web/wwwroot/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
<title>Free SQL Server Query Plan Analysis — Darling Data</title>
7
7
<metaname="description" content="Free browser-based SQL Server execution plan analysis. Paste or upload a .sqlplan file — your plan XML never leaves your browser." />
8
8
<metaproperty="og:title" content="Free SQL Server Query Plan Analysis" />
9
-
<metaproperty="og:description" content="Paste or upload a .sqlplan file. Your plan XML never leaves your browser." />
9
+
<metaproperty="og:description" content="Analyze SQL Server execution plans instantly in your browser. Paste or upload a .sqlplan file — nothing to install, no data sent to a server." />
<metaname="twitter:title" content="Free SQL Server Query Plan Analysis" />
15
-
<metaname="twitter:description" content="Paste or upload a .sqlplan file. Your plan XML never leaves your browser." />
15
+
<metaname="twitter:description" content="Analyze SQL Server execution plans instantly in your browser. Paste or upload a .sqlplan file — nothing to install, no data sent to a server." />
0 commit comments