Skip to content

Commit

Permalink
Change titles
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 13, 2024
1 parent 15862ed commit f5e4392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_static/test-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<title>JavaScript Tests (Packaged with WebPack + Babel)</title>

<link href="https://npmcdn.com/[email protected]/mocha.css" rel="stylesheet" />
<script src="https://npmcdn.com/[email protected]/mocha.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/test-py.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<title>Python Tests (Packaged with Pyodide)</title>
<script src="https://cdn.jsdelivr.net/pyodide/v0.26.2/debug/pyodide.js"></script>
<link href="https://npmcdn.com/[email protected]/mocha.css" rel="stylesheet" />
<script src="https://npmcdn.com/[email protected]/mocha.js"></script>
Expand Down

0 comments on commit f5e4392

Please sign in to comment.