mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-26 07:26:58 +00:00
15 lines
392 B
HTML
15 lines
392 B
HTML
<!DOCTYPE html public "-//W3C//DTD HTML 4.0//en">
|
|
<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 Emulator</title>
|
|
|
|
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|