13 lines
353 B
HTML
13 lines
353 B
HTML
<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>
|
|
<div id="App"></div>
|
|
</body>
|
|
</html>
|