Update submit_external-webserver_client.txt

This commit is contained in:
luqaska 2021-12-01 12:19:05 -03:00 committed by GitHub
parent 645cbd4ef4
commit 4ac67013ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Submit - Filde</title>
<title>Submit - <?= $TITLE ?></title>
</head>
<body class="h">
<div id="container">
<div id="content">
<div id="header">
<a href="?"><h1>Filde</h1></a>
<a href="index.php"><h1><?= $TITLE ?></h1></a>
<p>Submit [BETA]</p>
</div>