mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-30 13:35:07 +01:00
* Rev up prettier * Reformat * Remove deprecated tslint * Remove call to tslint and update package-lock.json
14 lines
426 B
HTML
14 lines
426 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0" />
|
|
<title>Gallery Viewer</title>
|
|
<link rel="shortcut icon" href="images/CosmosDB_rgb_ui_lighttheme.ico" type="image/x-icon" />
|
|
</head>
|
|
|
|
<body style="overflow-y: scroll">
|
|
<div class="galleryContent" id="galleryContent"></div>
|
|
</body>
|
|
</html>
|