diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-14 20:40:12 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-14 20:40:12 +0200 |
commit | 44fc8df190eee46bfc7a543a8654888ddfa28800 (patch) | |
tree | 646a322d5cb254601a5606643eff3fd9e28771c0 | |
parent | ca96155cf27b9254ab3929db647cb01bd3b6c1dd (diff) | |
download | hurrycurry-website-44fc8df190eee46bfc7a543a8654888ddfa28800.tar hurrycurry-website-44fc8df190eee46bfc7a543a8654888ddfa28800.tar.bz2 hurrycurry-website-44fc8df190eee46bfc7a543a8654888ddfa28800.tar.zst |
add style query option to registry iframe
-rw-r--r-- | index_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index_template.html b/index_template.html index 0099913..dde5950 100644 --- a/index_template.html +++ b/index_template.html @@ -108,7 +108,7 @@ src="assets/badges/snap.svg" /></a> <h2>{i.public_servers}</h2> - <iframe src="https://hurrycurry-registry.metamuffin.org/v1/list" frameborder="0" + <iframe src="https://hurrycurry-registry.metamuffin.org/v1/list?style=3" frameborder="0" style="width: 100%;"></iframe> <h2>{i.credits}</h2> |