Skip to content

Commit 4db1f58

Browse files
committed
Push date to May 22, 2026
1 parent 13b5daf commit 4db1f58

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

layouts/index.html

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{{ define "main" }}
22
<div class="container">
3-
<img src="/podplane-logo.svg" alt="Podplane" class="logo">
4-
<p class="announcement">Podplane is launching 8 May 2026, stay tuned.</p>
5-
<p class="subprojects-label">While you wait, check out our sub-projects:</p>
6-
<div class="buttons">
7-
<a href="https://nstance.dev" target="_blank" rel="noopener noreferrer">nstance</a>
8-
<a href="https://netsy.dev" target="_blank" rel="noopener noreferrer">netsy</a>
9-
<a href="https://easy-oidc.dev" target="_blank" rel="noopener noreferrer">easy-oidc</a>
10-
</div>
3+
<img src="/podplane-logo.svg" alt="Podplane" class="logo" />
4+
<p class="announcement">Podplane is launching 22 May 2026, stay tuned.</p>
5+
<p class="subprojects-label">While you wait, check out our sub-projects:</p>
6+
<div class="buttons">
7+
<a href="https://nstance.dev" target="_blank" rel="noopener noreferrer"
8+
>nstance</a
9+
>
10+
<a href="https://netsy.dev" target="_blank" rel="noopener noreferrer"
11+
>netsy</a
12+
>
13+
<a
14+
href="https://easy-oidc.dev"
15+
target="_blank"
16+
rel="noopener noreferrer"
17+
>easy-oidc</a
18+
>
19+
</div>
1120
</div>
1221
{{ end }}

0 commit comments

Comments
 (0)