File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > tslime — a terminal screensaver that grows on you</ title >
6+ < title > tslime — a terminal screensaver that will grow on you</ title >
77 < meta name ="description " content ="A lightweight terminal screensaver simulating Physarum slime-mold growth. Watch it run live in your browser. " />
88 < link rel ="canonical " href ="https://tamirelazar.github.io/tslime/ " />
99 < meta property ="og:type " content ="website " />
10- < meta property ="og:title " content ="tslime — a terminal screensaver that grows on you " />
10+ < meta property ="og:title " content ="tslime — a terminal screensaver that will grow on you " />
1111 < meta property ="og:description " content ="A lightweight terminal screensaver simulating Physarum slime-mold growth. " />
1212 < meta property ="og:image " content ="https://tamirelazar.github.io/tslime/poster.png " />
1313 < meta property ="og:url " content ="https://tamirelazar.github.io/tslime/ " />
2828 <!-- Static first paint: meaningful to crawlers + JS-off visitors. chrome.ts
2929 enhances this; it does not supply the first paint. -->
3030 < main id ="app ">
31- < h1 > A terminal screensaver that grows on you.</ h1 >
31+ < h1 > A terminal screensaver that will grow on you.</ h1 >
3232 < p > A limited WASM demo. < a href ="https://github.com/tamirelazar/tslime/releases "> Install the real thing</ a > .</ p >
3333 < noscript > < img src ="/tslime/poster.png " alt ="tslime slime-mold simulation still " width ="900 " /> </ noscript >
3434 </ main >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ declare const __APP_VERSION__: string;
1010export const COPY = {
1111 name : 'tslime' ,
1212 version : __APP_VERSION__ ,
13- tagline : 'A terminal screensaver that grows on you.' ,
13+ tagline : 'A terminal screensaver that will grow on you.' ,
1414 blurb : 'A limited WASM demo.' ,
1515 cta : 'install the real thing' ,
1616 github : 'https://github.com/tamirelazar/tslime' ,
You can’t perform that action at this time.
0 commit comments