cosmos-explorer/src/index.html

15 lines
392 B
HTML
Raw Normal View History

2021-01-20 15:15:01 +00:00
<!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>
2021-07-22 16:19:17 +01:00
<div id="root"></div>
2021-01-20 15:15:01 +00:00
</body>
</html>