File tree Expand file tree Collapse file tree 10 files changed +173
-0
lines changed Expand file tree Collapse file tree 10 files changed +173
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="fr ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Indemnité de licenciement</ title >
7
+ </ head >
8
+ < body >
9
+ < h1 > Indemnité de licenciement</ h1 >
10
+ < a href ="https://code.travail.gouv.fr/widgets/indemnite-licenciement "
11
+ > Indemnité de licenciement</ a
12
+ >
13
+ < script src ="https://code.travail.gouv.fr/widget.js " defer > </ script >
14
+ </ body >
15
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="fr ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Indemnité de précarité</ title >
7
+ </ head >
8
+ < body >
9
+ < h1 > Indemnité de précarité</ h1 >
10
+ < a href ="https://code.travail.gouv.fr/widgets/indemnite-precarite "
11
+ > Indemnité de précarité</ a
12
+ >
13
+ < script src ="https://code.travail.gouv.fr/widget.js " defer > </ script >
14
+ </ body >
15
+ </ html >
Original file line number Diff line number Diff line change 22
22
</ head >
23
23
< body >
24
24
< h1 > Page de démo des widgets du code du travail numérique</ h1 >
25
+ < ul >
26
+ < li >
27
+ < a href ="trouver-sa-convention-collective.html "
28
+ > Trouver sa convention collective</ a
29
+ >
30
+ </ li >
31
+ < li >
32
+ < a href ="recherche.html "
33
+ > Moteur de recherche du Code du travail numérique</ a
34
+ >
35
+ </ li >
36
+ < li >
37
+ < a href ="indemnite-licenciement.html "> Indemnité de licenciement</ a >
38
+ </ li >
39
+ < li >
40
+ < a href ="preavis-demission.html "> Préavis de démission</ a >
41
+ </ li >
42
+ < li >
43
+ < a href ="indemnite-precarite.html "> Indemnité de précarité</ a >
44
+ </ li >
45
+ < li >
46
+ < a href ="preavis-licenciement.html "> Préavis de licenciement</ a >
47
+ </ li >
48
+ < li >
49
+ < a href ="preavis-retraite.html "
50
+ > Préavis de départ ou mise à la retraite</ a
51
+ >
52
+ </ li >
53
+ < li >
54
+ < a href ="procedure-licenciement.html "
55
+ > Comprendre sa procédure de licenciement</ a
56
+ >
57
+ </ li >
58
+ < li >
59
+ < a href ="modeles.html "> Modèles de documents</ a >
60
+ </ li >
61
+ </ ul >
25
62
< div class ="grid-container ">
26
63
< div class ="grid-item ">
27
64
< h2 > Trouver sa convention collective</ h2 >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="fr ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Modèles de documents</ title >
7
+ </ head >
8
+ < body >
9
+ < h1 > Modèles de documents</ h1 >
10
+ < a
11
+ href ="https://code.travail.gouv.fr/widgets/modeles-de-courriers/9e95f05bae "
12
+ > Modèles de documents</ a
13
+ >
14
+ < script src ="https://code.travail.gouv.fr/widget.js " defer > </ script >
15
+ </ body >
16
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="fr ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Préavis de démission</ title >
7
+ </ head >
8
+ < body >
9
+ < h1 > Préavis de démission</ h1 >
10
+ < a href ="https://code.travail.gouv.fr/widgets/preavis-demission "
11
+ > Préavis de démission</ a
12
+ >
13
+ < script src ="https://code.travail.gouv.fr/widget.js " defer > </ script >
14
+ </ body >
15
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="fr ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Préavis de licenciement</ title >
7
+ </ head >
8
+ < body >
9
+ < h1 > Préavis de licenciement</ h1 >
10
+ < a href ="https://code.travail.gouv.fr/widgets/preavis-licenciement "
11
+ > Préavis de licenciement</ a
12
+ >
13
+ < script src ="https://code.travail.gouv.fr/widget.js " defer > </ script >
14
+ </ body >
15
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="fr ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Préavis de départ ou mise à la retraite</ title >
7
+ </ head >
8
+ < body >
9
+ < h1 > Préavis de départ ou mise à la retraite</ h1 >
10
+ < a href ="https://code.travail.gouv.fr/widgets/preavis-retraite "
11
+ > Préavis de départ ou mise à la retraite</ a
12
+ >
13
+ < script src ="https://code.travail.gouv.fr/widget.js " defer > </ script >
14
+ </ body >
15
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="fr ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Comprendre sa procédure de licenciement</ title >
7
+ </ head >
8
+ < body >
9
+ < h1 > Comprendre sa procédure de licenciement</ h1 >
10
+ < a href ="https://code.travail.gouv.fr/widgets/procedure-licenciement "
11
+ > Comprendre sa procédure de licenciement</ a
12
+ >
13
+ < script src ="https://code.travail.gouv.fr/widget.js " defer > </ script >
14
+ </ body >
15
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="fr ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Moteur de recherche du Code du travail numérique</ title >
7
+ </ head >
8
+ < body >
9
+ < h1 > Moteur de recherche</ h1 >
10
+ < a href ="https://code.travail.gouv.fr/widgets/search "
11
+ > Moteur de recherche du Code du travail numérique</ a
12
+ >
13
+ < script src ="https://code.travail.gouv.fr/widget.js " defer > </ script >
14
+ </ body >
15
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="fr ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Trouver sa convention collective</ title >
7
+ </ head >
8
+ < body >
9
+ < h1 > Trouver sa convention collective</ h1 >
10
+ < a href ="https://code.travail.gouv.fr/widgets/convention-collective "
11
+ > Trouver sa convention collective</ a
12
+ >
13
+ < script src ="https://code.travail.gouv.fr/widget.js " defer > </ script >
14
+ </ body >
15
+ </ html >
You can’t perform that action at this time.
0 commit comments