Another iteration on <meta>
This commit is contained in:
parent
e027d667b0
commit
a58eeee607
1 changed files with 5 additions and 5 deletions
10
index.html
10
index.html
|
@ -4,19 +4,19 @@
|
|||
<meta charset="utf-8">
|
||||
<title>WebVM - Linux virtualization in WebAssembly</title>
|
||||
|
||||
<meta name="description" content="WebVM - a server-less Linux virtual machine with networking, running browser-side in HTML5/WebAssembly.">
|
||||
<meta name="description" content="Server-less virtual machine, networking included, running browser-side in HTML5/WebAssembly. Code in any programming language inside this Linux terminal.">
|
||||
<meta name="keywords" content="WebVM, Virtual Machine, CheerpX, x86 virtualization, WebAssembly, Tailscale, JIT">
|
||||
<meta property="og:title" content="WebVM - Linux virtualization in WebAssembly" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="WebVM"/>
|
||||
<meta property="og:url" content="/">
|
||||
<meta property="og:image" content="https://webvm.io/assets/welcome_to_WebVM.png" />
|
||||
<meta property="og:image" content="https://webvm.io/assets/welcome_to_WebVM_.png" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@leaningtech" />
|
||||
<meta name="twitter:title" content="WebVM - Linux virtualization in WebAssembly" />
|
||||
<meta name="twitter:description" content="A Linux WebVM - a server-less Linux virtual machine with networking, running browser-side in HTML5/WebAssembly.">
|
||||
<meta name="twitter:image" content="https://webvm.io/assets/welcome_to_WebVM.png" />
|
||||
|
||||
<meta name="twitter:description" content="Server-less virtual machine, networking included, running browser-side in HTML5/WebAssembly. Code in any programming language inside this Linux terminal.">
|
||||
<meta name="twitter:image" content="https://webvm.io/assets/welcome_to_WebVM_.png" />
|
||||
|
||||
<!-- Apple iOS web clip compatibility tags -->
|
||||
<meta name="application-name" content="WebVM" />
|
||||
<meta name="apple-mobile-web-app-title" content="WebVM" />
|
||||
|
|
Loading…
Add table
Reference in a new issue