Files
vscode/src/vs/code/electron-browser/sharedProcess.html
T
2017-03-07 09:48:55 +01:00

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>