mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
15 lines
453 B
HTML
15 lines
453 B
HTML
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
|
|
<!-- Disable pinch zooming -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
</head>
|
|
<body class="vs-dark" aria-label="">
|
|
</body>
|
|
|
|
<!-- Startup via workbench.js -->
|
|
<script src="../../../../../out/vs/code/browser/workbench/workbench.js"></script>
|
|
</html> |