-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompetence.html
More file actions
27 lines (20 loc) · 816 Bytes
/
competence.html
File metadata and controls
27 lines (20 loc) · 816 Bytes
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
<!DOCTYPE html>
<html lang="fr">
<head>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/competence_style.css" rel="stylesheet" type="text/css" />
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fabien Poirier</title>
</head>
<body id="body">
<header id="header"> <!-- js include--> </header>
<main id="section"> <!-- js include--> </main>
<footer id="footer"> <!-- js include--> </footer>
<script src="javascript/info_footer.js"></script>
<script src="javascript/info_header.js"> </script>
<script src="javascript/header_footer.js"> </script>
<script src="javascript/info_page_competence.js"> </script>
<script src="javascript/section.js"> </script>
</body>
</html>