1ere partie

master
Alexandre AGOSTINHO 2 years ago
parent e0169e0788
commit eb855db248

1
.gitignore vendored

@ -0,0 +1 @@
*.swp

Binary file not shown.

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…
Cancel
Save