mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
16 lines
258 B
HTML
16 lines
258 B
HTML
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
|
|
<body aria-label="">
|
|
Shared Process
|
|
</body>
|
|
|
|
<!-- Startup via index.js -->
|
|
<script src="sharedProcess.js"></script>
|
|
|
|
</html> |