parent
e0169e0788
commit
eb855db248
@ -0,0 +1 @@
|
||||
*.swp
|
After Width: | Height: | Size: 196 KiB |
@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" \>
|
||||
<title>Languages de programmation</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Languages de programmation</h1>
|
||||
<img src="./ProgrammingLanguage1-1.jpg" alt="Images des nom de programmes"
|
||||
width="350" height="250" />
|
||||
|
||||
<div>
|
||||
<article>
|
||||
<section>
|
||||
<h3>Le C</h3>
|
||||
<p>Le C est un language de programmation.</p>
|
||||
<a href="./pages/article1">Lire la suite...</a>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Le C++</h3>
|
||||
<p>Le C++ est un language de programmation.</p>
|
||||
<a href="./pages/article2">Lire la suite...</a>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Le C#</h3>
|
||||
<p>Le C# est un language de programmation.</p>
|
||||
<a href="./pages/article3">Lire la suite...</a>
|
||||
</section>
|
||||
</article>
|
||||
<aside>
|
||||
<ul>
|
||||
<li><a href="https://fr.wikipedia.org/wiki/C_(langage)">C (Wiki)</a></li>
|
||||
<li><a href="https://fr.wikipedia.org/wiki/C%2B%2B">C# (Wiki)</a></li>
|
||||
<li><a href="https://fr.wikipedia.org/wiki/C_sharp">C++ (Wiki)</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
<footer>
|
||||
<p>Auteur: Alexandre Agostinho</p>
|
||||
<p><a href="mailto:alexandre.agostinho@etu.uca.fr">alexandre.agostinho@etu.uca.fr</a></p>
|
||||
</footer>
|
||||
</html>
|
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" \>
|
||||
<title>Languages de programmation</title>
|
||||
</head>
|
Loading…
Reference in new issue