-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
32 lines (28 loc) · 1.02 KB
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
<!DOCTYPE html>
<html lang="fr">
<head>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<meta charset="utf-8">
<link rel="icon" type="image/png" href="assets/favicon.png">
<link href="https://fonts.googleapis.com/css?family=DM+Sans&display=swap" rel="stylesheet">
<title>Fisheye</title>
</head>
<body>
<header role="banner">
<img src="assets/images/logo.png" class="logo" alt="Fisheye Home Page"/>
<h1 class="main_title" aria-label="Nos photographes, titre principal">Nos photographes</h1>
</header>
<main id="main">
<div class="photographer_section"></div>
</main>
<footer>
<p>
<a href="https://achecks.org/checker/index.php?uri=referer&gid=WCAG2-AA">
<img src="https://achecks.org/images/icon_W2_aa.jpg" alt="WCAG 2.0 (Level AA)" height="32" width="102" />
</a>
</p>
</footer>
<script src="scripts/templates/photographer.js"></script>
<script src="scripts/pages/index.js"></script>
</body>
</html>