mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-12-01 18:07:00 +00:00
90c1439d34
* Rev up prettier * Reformat * Remove deprecated tslint * Remove call to tslint and update package-lock.json
13 lines
297 B
HTML
13 lines
297 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>Cell Output Viewer</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="cellOutput" id="cellOutput"></div>
|
|
</body>
|
|
</html>
|