@jsjoeio/code-server
Version:
Run VS Code on a remote server.
20 lines (14 loc) • 517 B
HTML
<html lang="en" style="width: 100%; height: 100%;">
<head>
<meta charset="UTF-8">
<!-- Disable pinch zooming -->
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Virtual Document</title>
</head>
<body style="margin: 0; overflow: hidden; width: 100%; height: 100%" role="document">
<script async type="module" src="host.js"></script>
</body>
</html>