Skip to content

Commit

Permalink
update stlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Feb 14, 2024
1 parent 8ed7857 commit 4f68517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docs/build/

.DS_Store
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>stlite app</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.42.3/build/stlite.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.47.0/build/stlite.css" />
</head>

<body>
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.42.3/build/stlite.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.47.0/build/stlite.js"></script>
<script>
stlite.mount(
{
Expand Down

0 comments on commit 4f68517

Please sign in to comment.