Add static website/index.php

This commit is contained in:
Benjamin Loison 2023-01-30 22:14:05 +01:00
parent 0f4b89ccd9
commit 931b2df563

13
website/index.php Normal file
View File

@ -0,0 +1,13 @@
<?php
function echoUrl($url)
{
echo "<a href=\"$url\">$url</a>";
}
?>
See <?php echoUrl('https://gitea.lemnoslife.com/Benjamin_Loison/YouTube_captions_search_engine'); ?> for more information.<br/>
<input type="text" pattern="[A-Za-z0-9]+" placeholder="Your alphanumeric search"></input>
<button>Search</button>