TP securite
This commit is contained in:
9
TPSecurite/templates/footer.php
Executable file
9
TPSecurite/templates/footer.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<hr>
|
||||
<p class="pull-left">
|
||||
<a href="./article_list.php"><i class="fa fa-home fa-2x"></i></a>
|
||||
</p>
|
||||
<p class="pull-right">
|
||||
<a href="#" class="btn btn-normal"><i class="fa fa-arrow-circle-o-up fa-2x"></i></a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
9
TPSecurite/templates/header.php
Executable file
9
TPSecurite/templates/header.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Sécurité PHP</title>
|
||||
<link rel="stylesheet" href="http://www.iut-fbleau.fr/css/tacit.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
</head>
|
Reference in New Issue
Block a user