change set window title
This commit is contained in:
parent
dc62da2f80
commit
605fbe5d2e
|
@ -1,14 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>bbn</title>
|
||||||
<?php
|
|
||||||
if (isset($_GET['action']) && $_GET['action'] == 'open')
|
|
||||||
{
|
|
||||||
echo $_GET['param'];
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</title>
|
|
||||||
<link rel="manifest" href="manifest.json" />
|
<link rel="manifest" href="manifest.json" />
|
||||||
<meta name="theme-color" content="white" />
|
<meta name="theme-color" content="white" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
|
|
Loading…
Reference in New Issue