mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
17 lines
552 B
HTML
17 lines
552 B
HTML
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self' https: data:; media-src 'none'; child-src 'self'; object-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:; font-src 'self' https:;">
|
|
</head>
|
|
|
|
<body aria-label="">
|
|
<table id="process-list"></table>
|
|
</body>
|
|
|
|
<!-- Startup via processExplorer.js -->
|
|
<script src="processExplorer.js"></script>
|
|
|
|
</html> |