Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshvarun committed Aug 21, 2023
1 parent 9c003f2 commit 11e8875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1><a href="https://github.com/rameshvarun/blog-cells">blog-cells</a> demo</h1>
<p><a href="https://github.com/rameshvarun/blog-cells">blog-cells</a> can turn any web page into an interactive code notebook, similar to
Jupyter notebooks, but powered by JavaScript and running entirely in the browser.</p>
<p>There's no server-side component, so you can share your notebooks on static site
hosts like GitHub pages. Check out <a href="https://github.com/rameshvarun/blog-cells/blob/main/index.html">the source for this page here</a>.</p>
hosts like GitHub pages. Check out <a href="https://github.com/rameshvarun/blog-cells/blob/main/src/index.html">the source for this page here</a>.</p>
<p>You create your program in cells, just like the one below.</p>

<p>
Expand Down Expand Up @@ -120,4 +120,4 @@ <h1><a href="https://github.com/rameshvarun/blog-cells">blog-cells</a> demo</h1>
<script type="module" src="./blog-cells.js"></script>

</body>
</html>
</html>

0 comments on commit 11e8875

Please sign in to comment.