12 lines
312 B
PHP
12 lines
312 B
PHP
|
<?php defined('BASEPATH') OR exit('No direct script access allowed');?>
|
||
|
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="fr">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>Films</title>
|
||
|
|
||
|
<link rel="stylesheet" href="http://www.iut-fbleau.fr/css/tacit.css">
|
||
|
<link rel="stylesheet" href="./css/style.css">
|
||
|
</head>
|
||
|
<body container>
|