Iteration on <meta>
This commit is contained in:
parent
f7f5845e2b
commit
e027d667b0
2 changed files with 7 additions and 7 deletions
BIN
assets/welcome_to_WebVM.png
Normal file
BIN
assets/welcome_to_WebVM.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
14
index.html
14
index.html
|
@ -2,20 +2,20 @@
|
|||
<html lang="en" style="height:100%;">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>WebVM - server-less Linux virtual machine for the browser</title>
|
||||
<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="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: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/webvm_preview.png" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<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" />
|
||||
<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" />
|
||||
<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" />
|
||||
|
||||
<!-- Apple iOS web clip compatibility tags -->
|
||||
<meta name="application-name" content="WebVM" />
|
||||
|
|
Loading…
Reference in a new issue