-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.html
125 lines (79 loc) · 3.71 KB
/
menu.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!doctype html>
<HTML lang="fr">
<HEAD>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MPXGTKCHYL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MPXGTKCHYL');
</script>
<meta charset="UTF-8">
<!-- no Extra BOM marks -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- https://www.ampproject.org/docs/getting_started/create/basic_markup -->
<script async src="https://cdn.ampproject.org/v0.js"></script>
<link rel="stylesheet" type="text/css" href="basicSCSS.css">
<!-- -->
<!-- Google web tools indexation https://www.google.com/webmasters/verification/verification?hl=en&authuser=0&theme=wmt&siteUrl=http://moueza.esy.es/&continue=https://www.google.com/webmasters/tools/dashboard?hl%3Den%26authuser%3D0%26siteUrl%3Dhttp://moueza.esy.es/%26sig%3DALjLGbPgozGlFhzOF_KOj3qeYi7Y1w8ndg&pli=1 -->
<!-- http://www.hostinger.fr/forum/assistance-clientele/71-indexation-google.html -->
<!-- https://support.google.com/webmasters/answer/79812?hl=fr -->
<meta name="description" content="Site personnel principal de Peter MOUEZA à Nantes">
<meta name="keywords"
content="Peter, MOUEZA, Nantes, BOSSIS, Homniserv, musique, 3D, stereo, IT, tennis">
<meta name="author" content="Peter MOUEZA">
<meta name="theme-color" content="#00FF00">
<!-- -->
<!-- https://support.google.com/webmasters/answer/139066 -->
<link hreflang="fr" rel="canonical" href="https://moueza.000webhostapp.com" />
<!--http://getbootstrap.com/css/ -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"headline": "Open-source framework for publishing content",
"datePublished": "2015-10-07T12:02:41Z",
"image": [
"logo.jpg"
]
}
</script>
<style>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style>
<!-- /noscript-->
<?php /// require 'phpLinkImpl.php';
?>
<TITLE>Menu</TITLE>
<!-- HOSTINGER Page personnelle de Peter MOUEZA
TODO layer cookies sessions-->
<link href='node_modules/bootstrap/dist/css/bootstrap.min.css' rel='stylesheet'>
<!--http://stackoverflow.com/questions/2208933/how-do-i-force-a-favicon-refresh -->
<link rel="shortcut icon" href="favicon.ico?v=2" type="image/x-icon">
<link rel="icon" href="favicon.gif?v=2" type="image/gif" >
</HEAD>
<BODY STYLE="width:100%" >
<h1>Menu</h1>
<?php include_once("gtm.php") ?>
<!-- ?php include_once("analyticstracking.php") ? -->
<div>v = 151</div>
<div>
<a class="navbar-brand" href="https://moueza.github.io/youtube-Riri-Fifi-et-Loulou-font-de-la-science-avec-Pr-RAOULT/">Raoult génétique</a>
<br>
<a class="navbar-brand" href="https://moueza.gitlab.io/blender/">Raoult génétique</a>
<br>
<p>
<h2>B</h2>
<a hreflang="fr" href="https://moueza.gitlab.io/blender/">Blender</a>
</p>
<p>
<h2>Y</h2>
<a hreflang="fr" href="https://moueza.github.io/youtube-comments-CONTRIBUTION-public/">youtube comments CONTRIBUTION public</a>
</p>
</div>
<BR>
</div><a href="https://moueza.github.io/index-des-ressources-resources-moueza-peter.html"></a></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> </script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"> </script>
</BODY>
</HTML>