mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
* Rev up prettier * Reformat * Remove deprecated tslint * Remove call to tslint and update package-lock.json
12 lines
190 B
HTML
12 lines
190 B
HTML
<!doctype html>
|
|
<html class="no-js" lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="data:," />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="heatmap"></div>
|
|
</body>
|
|
</html>
|