We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208087f commit 956c022Copy full SHA for 956c022
package/content/index.php
@@ -121,12 +121,8 @@
121
</div>
122
123
<div class="logos">
124
- <a href="https://frankenphp.dev/">
125
- <img src="assets/frankenphp.svg" height="50" width="166" alt="[ Powered by FrankenPHP ]" />
126
- </a>
127
- <a href="https://caddyserver.com/">
128
- <img src="assets/caddy.png" height="50" width="166" alt="[ Powered by Caddy ]" />
129
+ <a href="https://frankenphp.dev/"><img src="assets/frankenphp.svg" height="50" width="166" alt="[ Powered by FrankenPHP ]" /></a>
+ <a href="https://caddyserver.com/"><img src="assets/caddy.png" height="50" width="166" alt="[ Powered by Caddy ]" /></a>
130
131
132
0 commit comments