We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea61fd commit a2a1b93Copy full SHA for a2a1b93
index.html
@@ -4,10 +4,9 @@
4
<script src="https://cdn.jsdelivr.net/pyodide/v0.26.1/full/pyodide.js"></script>
5
</head>
6
<body>
7
- <p><code>healpy</code> version: <code id=healpyversion></code></p>
+ <p><code>healpy</code> version: <code id="healpyversion"></code></p>
8
9
<script type="text/javascript">
10
- const healpyversion = document.getElementById("healpyversion");
11
async function main(){
12
let pyodide = await loadPyodide();
13
0 commit comments