22 lines
570 B
PHP
22 lines
570 B
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
|
|
<?php include ($_SERVER['DOCUMENT_ROOT'].'/includes/header.php'); ?>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>RASPSNIR - Site de la classe</title>
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!--<iframe src="https://195.221.61.190/siteweb/public/" frameborder="0" scrolling="no" class="myFrame"></iframe>-->
|
|
|
|
<?php include ($_SERVER['DOCUMENT_ROOT'].'/includes/footer.php'); ?>
|
|
<link href="css.css" rel="stylesheet"/>
|
|
</body>
|
|
</html>
|