-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 1.63 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
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>Just Go Dev</title>
<link rel="shortcut icon" type="image/x-icon" href="just-go-fav.png">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<meta charset="utf-8">
</head>
<body text="#000000" bgcolor="#95A595"> <!--4523B9-->
<p class="positionTitleRec">
Bienvenue
</p>
<p class="positionFrenchRec">
<br>
<br>Bonjour,
<br>
Vous pouvez trouver <a href="https://github.com/kw-andy" target="_blank">mes projets sur github</a> ,
mes <a href="https://stackoverflow.com/users/2572645/andy-k" target="_blank">questions et réponses </a>sur <a href="https://stackoverflow.com" target="_blank"> Stackoverflow</a>
et <a href="https://blog.just-go.dev/" target="_blank">mon blog</a>.
<br>
<br>
</p>
<p class="positionLowTitle">
Welcome
</p>
<p class="positionEnglishRec">
<br>
<br>Hey,
<br>
<a href="https://github.com/kw-andy" target="_blank">My projects on github</a> ,
my <a href="https://stackoverflow.com/users/2572645/andy-k" target="_blank">questions & answers </a>on <a href="https://stackoverflow.com" target="_blank"> Stackoverflow</a>
and <a href="https://blog.just-go.dev/" target="_blank">my blog</a>.
<br>
<br>
</p>
<a href=""><img class="positionImgJust" src="LOGO_JUSTGODEV_BLANC_RVB.png"></a>
</body>
</html>