Updated copy and metas
This commit is contained in:
parent
4c888997e2
commit
d0ca999a3b
1 changed files with 5 additions and 5 deletions
10
index.html
10
index.html
|
@ -2,11 +2,11 @@
|
|||
<html lang="en" style="height:100%;">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>WebVM</title>
|
||||
<title>WebVM - server-less Linux virtual machine for the browser</title>
|
||||
|
||||
<meta name="description" content="Welcome to WebVM - a server-less virtual Linux environment running fully client-side in HTML5/WebAssembly.">
|
||||
<meta name="keywords" content="WebVM, Bash, CheerpX, WebAssembly">
|
||||
<meta property="og:title" content="WebVM" />
|
||||
<meta name="description" content="WebVM - a server-less Linux virtual machine with networking, running browser-side in HTML5/WebAssembly.">
|
||||
<meta name="keywords" content="WebVM, Virtual Machine, CheerpX, x86 virtualization, WebAssembly, Tailscale, JIT">
|
||||
<meta property="og:title" content="WebVM - Linux virtual machine on the browser" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="WebVM"/>
|
||||
<meta property="og:url" content="/">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@leaningtech" />
|
||||
<meta name="twitter:title" content="WebVM" />
|
||||
<meta name="twitter:description" content="Welcome to WebVM - a server-less virtual Linux environment running fully client-side in HTML5/WebAssembly.">
|
||||
<meta name="twitter:description" content="WebVM - a server-less Linux virtual machine with networking, running browser-side in HTML5/WebAssembly.">
|
||||
<meta name="twitter:image" content="https://webvm.io/assets/webvm_preview.png" />
|
||||
|
||||
<!-- Apple iOS web clip compatibility tags -->
|
||||
|
|
Loading…
Reference in a new issue