changed: title
This commit is contained in:
parent
856f706ae4
commit
6d719619cb
10
index.php
10
index.php
|
@ -1,7 +1,15 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>bnn</title>
|
<title>
|
||||||
|
<?php
|
||||||
|
echo 'bbn';
|
||||||
|
if (isset($_GET['open']))
|
||||||
|
{
|
||||||
|
echo ' | ' . $_GET['open'];
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</title>
|
||||||
<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">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
Loading…
Reference in New Issue