Update 4 files
- /html/robots.txt - /html/admin.php - /html/compte.php - /html/editpage.php
This commit is contained in:
parent
f0a908b689
commit
8827adf856
@ -12,6 +12,7 @@ if($_SESSION['role'] < 3) {
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./src/css/style.css">
|
||||
|
@ -37,6 +37,7 @@ if(isset($_POST['delete_account'])) {
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./src/css/style.css">
|
||||
|
@ -58,6 +58,7 @@ if(isset($fichier)) {
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./src/css/style.css">
|
||||
|
0
html/robots.txt
Normal file
0
html/robots.txt
Normal file
Loading…
x
Reference in New Issue
Block a user