1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,69 +0,0 @@ |
1 |
-<!doctype html> |
|
2 |
- |
|
3 |
-<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> |
|
4 |
-<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> |
|
5 |
-<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> |
|
6 |
-<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> |
|
7 |
-<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline --> |
|
8 |
-<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> |
|
9 |
- |
|
10 |
-<head> |
|
11 |
- <meta charset="utf-8"> |
|
12 |
- |
|
13 |
- <!-- Use the .htaccess and remove these lines to avoid edge case issues. |
|
14 |
- More info: h5bp.com/i/378 --> |
|
15 |
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
16 |
- |
|
17 |
- <title><?php echo $name ?></title> |
|
18 |
- <meta name="description" content= <?php echo '"'.$description.'"' ?> > |
|
19 |
- |
|
20 |
- <!-- Mobile viewport optimized: h5bp.com/viewport --> |
|
21 |
- <meta name="viewport" content="width=device-width"> |
|
22 |
- |
|
23 |
- <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons --> |
|
24 |
- |
|
25 |
- <link rel="stylesheet" href="css/style.css"> |
|
26 |
- |
|
27 |
- <!-- More ideas for your <head> here: h5bp.com/d/head-Tips --> |
|
28 |
- |
|
29 |
- <!-- All JavaScript at the bottom, except this Modernizr build. |
|
30 |
- Modernizr enables HTML5 elements & feature detects for optimal performance. |
|
31 |
- Create your own custom Modernizr build: www.modernizr.com/download/ --> |
|
32 |
- <script src="js/libs/modernizr-2.5.3.min.js"></script> |
|
33 |
-</head> |
|
34 |
-<body> |
|
35 |
- <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6. |
|
36 |
- chromium.org/developers/how-tos/chrome-frame-getting-started --> |
|
37 |
- <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]--> |
|
38 |
- <header> |
|
39 |
- <h1>Projet VAR_PROJECT</h1> |
|
40 |
- </header> |
|
41 |
- <div role="main"> |
|
42 |
- <?php echo $this->block_body ?> |
|
43 |
- </div> |
|
44 |
- <footer> |
|
45 |
- |
|
46 |
- </footer> |
|
47 |
- |
|
48 |
- |
|
49 |
- <!-- JavaScript at the bottom for fast page loading --> |
|
50 |
- |
|
51 |
- <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline --> |
|
52 |
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> |
|
53 |
- <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script> |
|
54 |
- |
|
55 |
- <!-- scripts concatenated and minified via build script --> |
|
56 |
- <script src="js/plugins.js"></script> |
|
57 |
- <script src="js/script.js"></script> |
|
58 |
- <!-- end scripts --> |
|
59 |
- |
|
60 |
- <!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID. |
|
61 |
- mathiasbynens.be/notes/async-analytics-snippet --> |
|
62 |
- <script> |
|
63 |
- var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; |
|
64 |
- (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; |
|
65 |
- g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; |
|
66 |
- s.parentNode.insertBefore(g,s)}(document,'script')); |
|
67 |
- </script> |
|
68 |
-</body> |
|
69 |
-</html> |
|
70 | 0 |
\ No newline at end of file |
Dear IP-formation.
Emmanuel ROY authored on 15/04/2015 14:45:541 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,69 @@ |
1 |
+<!doctype html> |
|
2 |
+ |
|
3 |
+<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> |
|
4 |
+<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> |
|
5 |
+<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> |
|
6 |
+<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> |
|
7 |
+<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline --> |
|
8 |
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> |
|
9 |
+ |
|
10 |
+<head> |
|
11 |
+ <meta charset="utf-8"> |
|
12 |
+ |
|
13 |
+ <!-- Use the .htaccess and remove these lines to avoid edge case issues. |
|
14 |
+ More info: h5bp.com/i/378 --> |
|
15 |
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
16 |
+ |
|
17 |
+ <title><?php echo $name ?></title> |
|
18 |
+ <meta name="description" content= <?php echo '"'.$description.'"' ?> > |
|
19 |
+ |
|
20 |
+ <!-- Mobile viewport optimized: h5bp.com/viewport --> |
|
21 |
+ <meta name="viewport" content="width=device-width"> |
|
22 |
+ |
|
23 |
+ <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons --> |
|
24 |
+ |
|
25 |
+ <link rel="stylesheet" href="css/style.css"> |
|
26 |
+ |
|
27 |
+ <!-- More ideas for your <head> here: h5bp.com/d/head-Tips --> |
|
28 |
+ |
|
29 |
+ <!-- All JavaScript at the bottom, except this Modernizr build. |
|
30 |
+ Modernizr enables HTML5 elements & feature detects for optimal performance. |
|
31 |
+ Create your own custom Modernizr build: www.modernizr.com/download/ --> |
|
32 |
+ <script src="js/libs/modernizr-2.5.3.min.js"></script> |
|
33 |
+</head> |
|
34 |
+<body> |
|
35 |
+ <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6. |
|
36 |
+ chromium.org/developers/how-tos/chrome-frame-getting-started --> |
|
37 |
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]--> |
|
38 |
+ <header> |
|
39 |
+ <h1>Projet VAR_PROJECT</h1> |
|
40 |
+ </header> |
|
41 |
+ <div role="main"> |
|
42 |
+ <?php echo $this->block_body ?> |
|
43 |
+ </div> |
|
44 |
+ <footer> |
|
45 |
+ |
|
46 |
+ </footer> |
|
47 |
+ |
|
48 |
+ |
|
49 |
+ <!-- JavaScript at the bottom for fast page loading --> |
|
50 |
+ |
|
51 |
+ <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline --> |
|
52 |
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> |
|
53 |
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script> |
|
54 |
+ |
|
55 |
+ <!-- scripts concatenated and minified via build script --> |
|
56 |
+ <script src="js/plugins.js"></script> |
|
57 |
+ <script src="js/script.js"></script> |
|
58 |
+ <!-- end scripts --> |
|
59 |
+ |
|
60 |
+ <!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID. |
|
61 |
+ mathiasbynens.be/notes/async-analytics-snippet --> |
|
62 |
+ <script> |
|
63 |
+ var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; |
|
64 |
+ (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; |
|
65 |
+ g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; |
|
66 |
+ s.parentNode.insertBefore(g,s)}(document,'script')); |
|
67 |
+ </script> |
|
68 |
+</body> |
|
69 |
+</html> |
|
0 | 70 |
\ No newline at end of file |