Files
cosmos-explorer/src/Terminal/index.html
Laurent Nguyen 90c1439d34 Update prettier to latest. Remove tslint (#1641)
* Rev up prettier

* Reformat

* Remove deprecated tslint

* Remove call to tslint and update package-lock.json
2023-10-03 17:13:24 +02:00

14 lines
236 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Notebook</title>
</head>
<body>
<script id="jupyter-config-data" type="application/json">
{
"terminalsAvailable": "true"
}
</script>
</body>
</html>