Update index.php

This commit is contained in:
awesomeuser 2023-08-04 16:54:01 +00:00
parent 54380100d4
commit b1d8153383

View file

@ -212,7 +212,8 @@
while (($line = fgets($myfile)) !== false) { while (($line = fgets($myfile)) !== false) {
echo "<div class='post'><h2>" . $line . "</h2>"; echo "<div class='post'><h2>" . $line . "</h2>";
echo "<i>" . fgets($myfile) . "</i>"; echo "<i>" . fgets($myfile) . "</i>";
echo "<canvas id='c" . $index . "' onload='loadImageBits(\'c" . $index . "\', \'" . fgets($myfile) . "\')' style='width: 100%;' width='128' height='64'></canvas></div>"; echo "<canvas id='c" . $index . "' onload='loadImageBits(\"id\", \"text\")' style='width: 100%;' width='128' height='64'></canvas></div>";
fgets($myfile);
$index++; $index++;
} }