0.9.0 - the ZapV version updated to current php standards. Brave search used, while Bing and Google search api are deprecated

This commit is contained in:
Fabian de Boer 2026-07-15 13:57:05 +02:00
commit 4ddaddda3d
31 changed files with 1778 additions and 1 deletions

24
tpl/display.tpl Executable file
View file

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Zap Machine <?php echo $ver; ?></title>
<link rel="stylesheet" media="screen" href="css/style.css">
<script src="js/display.js"></script>
</head>
<body onload="go(this,['img1','img2'],5000);">
<table style="width:100%; height:100%;">
<tr>
<td style="text-align:center; vertical-align:middle;">
<img src="images/downloading.gif" id="img1" alt="">
<img src="images/downloading.gif" id="img2" style="display:none;" alt="">
</td>
</tr>
<tr>
<td>
<div id="ready"></div>
</td>
</tr>
</table>
</body>
</html>