Code source de ch.lerolle.free.fr/christophe/photopleinepage.php

modifié le 11 février 2021, taille: 1,52 Ko
NB: Les fonctions (<function>) sont intégrées dans la page appelante, en général avant la balise <body>
ou dans un document externe appelé par un 'include', 'include_once' ou 'require',
localisé dans le dossier ch.lerolle.free.fr/include, ou un de ses sous-dossiers, ou dans le même dossier que la page appelant l'include
(règle pour les Pages Perso de Free, mon hébergeur gratuit (❤️❤️❤️)...)

validation du HTML: W3C ou Aborla avec correction automatique
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html lang="fr-FR">
    <head><!-- &nbsp; &thinsp; apostrophe-incline: ‘’ code: &#8217; «» ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÒÓÔÕÖÙÚÛÜÝ -->
    <meta charset="utf-8"> 
    <title>Photo</title>
    <meta name="AUTHOR" content="Christophe Lerolle">
    <meta name="CREATED" content="20040325;12100494">
    <meta name="ROBOTS" content="INDEX">
    <meta name="KEYWORDS" content="informaticien, formateur, tuteur, conseil, bureautique, NTIC, organisateur, organisation du travail, logiciels libres, logiciels portables,logiciels gratuits, Android, Iphone, Ipad, ERP, Windows7, WindowsXP,Windows2000, Windows98, MS-DOS, Unix, programmation, shell, Linux, Word, Excel, PowerPoint, HTML, Dreamweaver, Kompozer, OpenOffice, Writer, Calc, Firefox, Thunderbird, web 2.0, services web, MS Money, ISTOM, CENORI, DUFA, CESI, ERP, Transport maritime, international, CMA-CGM, CMA, CGM, SGBD, SQL, Informix, COBOL, anglophone, FGBMFI, LEROLLE, Christophe">
    <meta name="google-translate-customization" content="8d5407833dcced32-52453bb0cc663ec7-g046940367ec47155-13">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" type="text/css" href="/1com/css/style-rsrc.css">
    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Alike">
    <link rel="shortcut icon" href="images/chris-2015-640x640.jpg">
</head>
<body>

<?php include 'chris-header.php';?>

<center>
    <img src="images/chris-2015-640x640.jpg">
</center>

<?php include 'chris-trailer.php';?>

</body>
</html>