changed: title

This commit is contained in:
quenousimporte 2024-02-13 23:43:20 +01:00
parent 856f706ae4
commit 6d719619cb
1 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,15 @@
<!DOCTYPE html>
<html>
<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 charset="UTF-8">
<style type="text/css">