Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
gtag('js', new Date());
gtag('config', 'G-LKETQQ110J');
</script>
<link rel="stylesheet" href="https://pyscript.net/releases/2025.2.3/core.css" />
<script type="module" src="https://pyscript.net/releases/2025.2.3/core.js"></script>
<link rel="stylesheet" href="https://pyscript.net/releases/2025.2.4/core.css" />
<script type="module" src="https://pyscript.net/releases/2025.2.4/core.js"></script>
</head>

<body>
Expand All @@ -45,8 +45,8 @@
<div class="logo">
<img src="/assets/images/pyscript-sticker-black.svg">
<strong class="subhead">PyScript is an <u>open source</u>
platform for <em>Python in the browser</em>.</strong>
</div>
platform for <em>Python in the browser</em>.</strong><br/>
<span class="subhead">The latest version is <a href="https://pyscript.net/releases/2025.2.4/" target="_blank">2025.2.4</a>.</span>
</header>
<!-- end header -->

Expand Down Expand Up @@ -88,6 +88,7 @@
</div>
<!-- end terminal window -->


<div class="dialogs">
<!-- begin pyscript.com badge -->
<a href="https://pyscript.com/" target="_blank" rel="noreferrer noopener" class="examples-block">
Expand Down Expand Up @@ -206,6 +207,9 @@ <h4>PyScript Newsletter</h4>
<div class="loading-indicator" style="display: none;"></div>
</button>
</div>
<div>
<br/><p><a href="/news">Read previous editions</a>.</p>
</div>
</form>
</div>

Expand Down
Loading