-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (35 loc) · 1.25 KB
/
index.html
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
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>Services en ligne du gouvernement du Québec</title>
<base href="/" />
<link rel="icon" href="/assets/piv/favicon.ico" type="image/png" />
<meta name="description" content="Services gouvernementaux en ligne" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i%7CRoboto:400,400i,500,500i,700,700i,900,900i%7CLato:400,400i,500,500i,700,700i,900,900i%7CMerriweather:300,300i,400,400i,700,700i,900" media="all">
<link type="text/css" rel="stylesheet" href="/css/quebec_ca.css" />
<link type="text/css" rel="stylesheet" href="/css/index.css" />
<script type="module" src="/src/main.ts"></script>
</head>
<body>
<div role="banner">
<piv-header>
<div slot="zone-personnalisee">
<app-auth></app-auth>
</div>
</piv-header>
</div>
<div id="main" class="accueil" role="main">
<div class="container">
<div class="row">
<div class="col-12 col-md-12">
<app-service></app-service>
</div>
</div>
</div>
</div>
<footer class="footer">
<piv-footer></piv-footer>
</footer>
</body>
</html>