mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-28 21:32:05 +00:00
* Rev up prettier * Reformat * Remove deprecated tslint * Remove call to tslint and update package-lock.json
14 lines
419 B
HTML
14 lines
419 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="selfServeViewport" content="height=device-height, width=device-width, initial-scale=1.0" />
|
|
<title>Self Serve</title>
|
|
<link rel="shortcut icon" href="images/CosmosDB_rgb_ui_lighttheme.ico" type="image/x-icon" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="selfServeComponentContainer" id="selfServeContent"></div>
|
|
</body>
|
|
</html>
|