change set window title

This commit is contained in:
quenousimporte 2024-03-06 10:58:21 +01:00
parent dc62da2f80
commit 605fbe5d2e
1 changed files with 1 additions and 8 deletions

View File

@ -1,14 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>
<?php
if (isset($_GET['action']) && $_GET['action'] == 'open')
{
echo $_GET['param'];
}
?>
</title>
<title>bbn</title>
<link rel="manifest" href="manifest.json" />
<meta name="theme-color" content="white" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">