-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
53 lines (47 loc) · 2.08 KB
/
links.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
<!DOCTYPE html>
<html lang="fr">
<head>
<title> Baptiste POUGET </title>
<link title="pagestyle" rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" type="image/png" href="img/favicon.png" />
<meta charset="utf-8"/>
<meta name="description" content="Site web de Baptiste POUGET"/>
<meta name="keywords" content="Baptiste POUGET, POUGET, IUT,Aix-en-Provence, Informatique, tulas.xyz "/>
<meta name=viewport content='width=830'/>
</head>
<body>
<header>
<table class="menu" >
<tr>
<td><span class="fndeco">f(</span></td>
<td class="logoflip"> <a href="logo.html"> <img src="img/logo.png" alt="Logo" title="Logo" height="96" width="96" ></a></td>
<td><h1>Baptiste POUGET</h1></td>
<td><a href="index.html">Accueil</a></td>
<td><a href="projects.html">Projets</a></td>
<td><a href="download.html">Téléchargements</a></td>
<td><a href="links.html">Liens</a></td>
<td><a href="contact.html">Contact</a></td>
<td><span class="fndeco">)</span></td>
</tr>
</table>
</header>
<span class="fndeco haut">{</span>
<section id="bod">
<h2>Liens</h2>
<ul>
<li> <a href="https://github.com/ogbaba/ogbaba.github.io/">Dépot git de ce site sur GitHub</a> </li>
<li> <a href="https://git.tulas.xyz/baba/">Autres projets sur mon Gogs</a> </li>
<li> <a href="https://tulas.xyz">Site de Tulas.xyz</a> </li>
<li> <a href="https://github.com/ogbaba">Autres projets sur GitHub</a> </li>
</ul>
</section>
<span class="fndeco bas">}</span>
<footer>
<span class="fndeco">/*</span>
<p>Copyright (c) 2016 Baptiste Pouget <br />
Ce site est distribué sous les termes de la licence Creative Commons Attribution ShareAlike 4.0 (CC BY-SA 4.0).</p>
<span class="fndeco">*/</span>
<a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode"> <img src="img/CC-BY-SA.png" alt="CC-BY-SA" title="Licence CC-BY-SA" > </a>
</footer>
</body>
</html>