change set window title
This commit is contained in:
parent
dc62da2f80
commit
605fbe5d2e
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue