Skip to content

Commit a2a1b93

Browse files
committed
healpyversion
1 parent 4ea61fd commit a2a1b93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
<script src="https://cdn.jsdelivr.net/pyodide/v0.26.1/full/pyodide.js"></script>
55
</head>
66
<body>
7-
<p><code>healpy</code> version: <code id=healpyversion></code></p>
7+
<p><code>healpy</code> version: <code id="healpyversion"></code></p>
88

99
<script type="text/javascript">
10-
const healpyversion = document.getElementById("healpyversion");
1110
async function main(){
1211
let pyodide = await loadPyodide();
1312

0 commit comments

Comments
 (0)