forked from benzonico/devoxx4KidsHTML
-
Notifications
You must be signed in to change notification settings - Fork 2
/
exemple2.html
28 lines (25 loc) · 1.03 KB
/
exemple2.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Algea</title>
</head>
<body
style="background-image: url(images/algea.png); background-repeat: no-repeat; background-color: #6990A9; color: white;">
<h1 style="text-align: center;">ALGEA</h1>
<h2>Voici des jeux avec ALGEA</h2>
<p>C'est super outil pour faires jeux vidéos</P>
<iframe style="padding-left: 10px" width="280" height="157" src="https://www.youtube.com/embed/WZmSD5t66sI" frameborder="0" allowfullscreen></iframe>
<iframe style="padding-left: 400px" width="280" height="157" src="https://www.youtube.com/embed/j735KUjXOXk" frameborder="0" allowfullscreen></iframe>
<p>
Découvrez l'outil sur
<a href="http://www.algoid.net/" target="_blank">http://www.algoid.net/</a>
</p>
<p>
Un atelier complet sur
<a href="https://github.com/YannCaron/Devoxx4Kids-GRE-2017" target="_blank">
https://github.com/YannCaron/Devoxx4Kids-GRE-2017
</a> (comprend le support de l'atelier et les binaires)
</p>
</body>
</html>