This commit is contained in:
Eugene Pankov
2021-07-16 23:56:03 +02:00
parent 2c95a15609
commit a77e2176ea
9 changed files with 61 additions and 21 deletions

View File

@@ -5,7 +5,21 @@
<meta name="viewport" content="initial-scale=1, minimal-ui, shrink-to-fit=no">
<link rel="icon" type="image/png">
<link rel="shortcut icon" type="image/png" href="./assets/favicon.png">
<title>Tabby</title>
<title>Tabby - a terminal for a more modern age</title>
<meta name="title" content="Tabby - a terminal for a more modern age">
<meta name="description" content="Tabby is a free and open source SSH, local and Telnet terminal with everything you'll ever need.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://tabby.sh/">
<meta property="og:title" content="Tabby - a terminal for a more modern age">
<meta property="og:description" content="Tabby is a free and open source SSH, local and Telnet terminal with everything you'll ever need.">
<meta property="og:image" content="./assets/meta-preview.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tabby.sh/">
<meta property="twitter:title" content="Tabby - a terminal for a more modern age">
<meta property="twitter:description" content="Tabby is a free and open source SSH, local and Telnet terminal with everything you'll ever need.">
<meta property="twitter:image" content="./assets/meta-preview.png">
</head>
<body>
<app></app>