mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
15 lines
359 B
PHP
15 lines
359 B
PHP
<!DOCTYPE html>
|
|
<body>
|
|
<html>
|
|
<meta charset="utf-8" />
|
|
</html>
|
|
<body>
|
|
<h1>Captchas gallery</h1>
|
|
<?php for ($x=0; $x<8; $x++) { ?>
|
|
<?php for ($y=0; $y<5; $y++) { ?>
|
|
<img src="output.php?n=<?php echo 5*$x+$y; ?>" />
|
|
<?php } ?>
|
|
<br />
|
|
<?php } ?>
|
|
</body>
|
|
</body>
|