generated from Templates_CodeFirst/templateHtmlCss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
28 lines
1.1 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>site de Louis GERMAIN</title>
|
|
<!--<link rel="stylesheet" type="text/css" href="https://codefirst.iut.uca.fr/containers/louisgermain-portfolio/css/style.css">-->
|
|
<!--<link rel="stylesheet" type="text/css" href="https://codefirst.iut.uca.fr/containers/louisgermain-portfolio/css/cursus.css">-->
|
|
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../css/cursus.css"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<header>
|
|
|
|
<nav>
|
|
<a href="accueil.html" class="navbar_link">Accueil</a>
|
|
<a href="../docs/CV.pdf" target="_blank" class="navbar_link">CV</a>
|
|
<a href="projets.html" class="navbar_link">Mes projets</a>
|
|
<a href="cursus.html" class="navbar_link" id="current_page">Mon cursus</a>
|
|
<a href="contact.html" class="navbar_link">Contact</a>
|
|
</nav>
|
|
|
|
</header>
|
|
<body>
|
|
<div id="main_div">
|
|
<img src="../images/cursus.png">
|
|
</div>
|
|
</body>
|
|
</html> |