cosmos-explorer/src/testExplorer.html

16 lines
550 B
HTML
Raw Normal View History

<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0" />
<title>Azure Cosmos DB</title>
<link rel="shortcut icon" href="images/CosmosDB_rgb_ui_lighttheme.ico" type="image/x-icon" />
</head>
<body>
<switch-directory-pane params="{data: switchDirectoryPane}"></switch-directory-pane>
2020-11-13 14:27:27 -08:00
<iframe id="explorerMenu" name="explorer" class="iframe" title="explorer" src="explorer.html?v=1.0.1&platform=Test">
</iframe>
</body>
</html>