File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
66 < link rel ="icon " href ="%sveltekit.assets%/favicon.png " />
77 < link rel ="apple-touch-icon " href ="%sveltekit.assets%/apple-touch-icon.png " />
8- < title > attn — a markdown viewer for the terminal </ title >
9- < meta name ="description " content ="A native markdown viewer that launches from the CLI . One command. Native window . No Electron. " />
8+ < title > attn — your markdown, rendered beautifully </ title >
9+ < meta name ="description " content ="A native markdown viewer and editor . One binary . No Electron. " />
1010 < script >
1111 ( function ( ) {
1212 var theme = localStorage . getItem ( 'attn-theme' ) ;
Original file line number Diff line number Diff line change 99 </h1 >
1010
1111 <p class =" font-sans text-xl text-muted-foreground mt-6 max-w-xl mx-auto leading-relaxed" >
12- A markdown viewer for people who live in the terminal.
13- One command. Native window. No Electron.
12+ Your markdown, rendered beautifully.
1413 </p >
1514
1615 <div class =" mt-8" >
Original file line number Diff line number Diff line change 88 </script >
99
1010<svelte:head >
11- <title >attn — a markdown viewer for the terminal </title >
11+ <title >attn — your markdown, rendered beautifully </title >
1212</svelte:head >
1313
1414<Hero />
You can’t perform that action at this time.
0 commit comments