Files
wasmer/lib/wasi-web/public/index.html

27 lines
1.3 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="Description" content="The Wasmer Shell is an browser based operating system powered by wasmer.io that integrates that allows the WebAssembly community to assembly and build browser hosted applications.">
<meta property="og:url" content="https://wasmer.sh" />
<meta property="og:title" content="wasmer.sh" />
<meta property="og:description" content="An browser based operating system powered by wasmer.io that integrates that allows the WebAssembly community to assembly and build browser hosted applications" />
<meta property="og:image" content="https://wasmer.sh/favicon.png" />
<meta property="og:type" content="website" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="xterm.css" />
<link rel="stylesheet" href="wasmer.css" />
<link rel="icon" href="/favicon.png">
<title>wasmer.sh</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<script type="module" defer="defer" src="main.js"></script>
</head>
<body>
<canvas id="frontBuffer"></canvas>
<div id="terminal"></div>
</body>
</html>