-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimages.html
179 lines (85 loc) · 4.01 KB
/
images.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!doctype html>
<html lang="fr">
<HEAD>
<meta charset="UTF-8">
<!-- no Extra BOM marks -->
<!-- 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-->
<TITLE>Images</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%" >
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PJ4WKPV"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<h1>Images</h1>
<?php include_once("gtm.php") ?>
<!-- ?php include_once("analyticstracking.php") ? -->
<div>by Peter MOUEZA</div>
<div>v035</div>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<!-- http://getbootstrap.com/components/#navbar-default Fixed to top -->
<NAV role="navigation" class="navbar navbar-default navbar-fixed-top">
<DIV class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">Menu</a>
</div>
<div>
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a> </li>
<li><a class="navbar-brand" href="">Bateau Maillé Brézé</a> </li>
<li><a class="navbar-brand" href="">Bateau Le Belem</a> </li>
<li><a class="navbar-brand" href="https://alls-authenth.web.app/peinturemurale">Peinture murale</a> </li>
<li><a class="navbar-brand" href="firebasealls">Blenderartists challenge cold cases</a> </li>
<li><a class="navbar-brand" href="covid19-smooth-envelop-moueza-peter-virus-v28white.html">White covid</a></li>
</ul>
</div>
</div >
</NAV>
<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>