Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

update fonctionnel php5.3

git authored on 05/03/2019 13:26:50
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,18 +0,0 @@
1
-<!doctype html>
2
-
3
-<html lang="fr">
4
-
5
-<head>
6
-  <meta charset="utf-8">
7
-
8
-  <title><?php echo $name ?></title>
9
-  <meta name="description" content= <?php echo '"'.$description.'"' ?> >
10
-
11
-  <!-- Mobile viewport optimized: h5bp.com/viewport -->
12
-  <meta name="viewport" content="width=device-width">
13
-
14
-  <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
15
-
16
-  echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."top-css.pthml"
17
-
18
-</head>
Browse code

Big Nighty Update de nouvelles fonctionnalités avec le README

Signed-off-by: Emmanuel ROY <ornithorynxe@live.fr>

Emmanuel ROY authored on 09/12/2018 04:44:37
Showing 1 changed files
... ...
@@ -0,0 +1,18 @@
1
+<!doctype html>
2
+
3
+<html lang="fr">
4
+
5
+<head>
6
+  <meta charset="utf-8">
7
+
8
+  <title><?php echo $name ?></title>
9
+  <meta name="description" content= <?php echo '"'.$description.'"' ?> >
10
+
11
+  <!-- Mobile viewport optimized: h5bp.com/viewport -->
12
+  <meta name="viewport" content="width=device-width">
13
+
14
+  <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
15
+
16
+  echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."top-css.pthml"
17
+
18
+</head>
Browse code

Version fonctionnelle de base

Emmanuel ROY authored on 13/06/2017 22:54:16
Showing 1 changed files