-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (29 loc) · 1.23 KB
/
index.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="style.css" rel="styleSheet" type="text/css">
<title>Snake Game</title>
</head>
<body>
<div class="center">
<p>@ This game was made as part of a Udemy training exercise.</p>
<figure class="contact">
<a href=" mailto:dev.richard.g@gmail.com:" title="my Email">
<img src="Pictures/mail4.png" alt="logo-mail" width="70" height="70"></a>
<a href="https://www.linkedin.com/in/richard-gobert-3b9248193/" title="my linkedin" target="_blank">
<img src="Pictures/linkedin1.png" alt="logo-linkedin" width="70" height="70"></a>
<a href="https://github.com/Gyumao" title="Github" target="_blank">
<img alt="logo-Github" src="Pictures/github1.png" width="70" height="70" /></a>
</figure>
</div>
<div>
<figure>
<img class="img-animation-footer" src="Pictures/snake3.png">
</figure>
</div>
<script src="script.js" type="text/javascript"> </script>
</body>
</html>