-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathveille.html
More file actions
24 lines (23 loc) · 784 Bytes
/
veille.html
File metadata and controls
24 lines (23 loc) · 784 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
<!doctype html>
<html lang="fr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<link rel="stylesheet" href="projets_style.css">
<!--Custom Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Gruppo&display=swap" rel="stylesheet">
</head>
<body>
<div class="header"><h1>VEILLES TECHNOLOGIQUE ET JURIDIQUE</h1></div>
<div class="project">
<a href="ressources\veille_tech.pdf"><div class="box">
<div class="title">Technologique</div>
</div></a>
<a href="ressources\veille.pdf" target="_blank"><div class="box">
<div>Juridique</div>
</div>
</div></a>
</body>
</html>