Add static website/index.php
This commit is contained in:
parent
c746d43ddf
commit
668aa608ed
13
website/index.php
Normal file
13
website/index.php
Normal 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>
|
Loading…
Reference in New Issue
Block a user