Repository URL to install this package:
Version:
2.0.11-8 ▾
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Notion Desktop</title>
</head>
<body>
<style>
html,
body {
background: white;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
-webkit-font-smoothing: antialiased;
}
.body {
overflow: hidden;
}
</style>
<div id="root"></div>
<script>
window["__start"]()
</script>
</body>
</html>