-
Notifications
You must be signed in to change notification settings - Fork 0
/
chanson-couple-lyrics-sumo-basketball-shape-of-you.html
91 lines (71 loc) · 2.33 KB
/
chanson-couple-lyrics-sumo-basketball-shape-of-you.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-68N7B5993L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-68N7B5993L');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Site personnel principal de Peter MOUEZA à Nantes">
<meta name="keywords"
content="song, sport, basketball, sumo, japanese, lyrics, aide, help, bar">
<meta name="author" content="Peter MOUEZA">
<meta name="theme-color" content="#00FF00">
<!-- -->
<!-- https://support.google.com/webmasters/answer/139066 adresses canoniques-->
<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>
<!--TODO initiale-->
<title>{{ h1 }}</title>
</head>
<body>
<div id="app">
<h1>{{ h1 }}</h1>
v53
<br/>
Shape of you
<br/>
Fun radio boxe fight
</div>
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.12/dist/vue.js"></script>
<script>
const app = new Vue({
el: '#app',
data: {
message: 'Bonjour Openclassrooms clap',//String
h1: 'Vue'
answerToLife: 42,//number
groceries: ['pommes', 'bananes', 'noix de coco'],//Arrays
timeForFlunch: false,//Boolean
info: {//object
topic: 'VueJS',
length: 5
},
//TODO compute here
//costOfApples:2.5/20,
costOfApples: 2.5 / 20,
costOfBananas: 2,
costOfCoconuts: 1.5
}
})
</script>
</body>
</html>