-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cee5ea
commit 96bb879
Showing
1 changed file
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Espace Partenaire</title> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Espace Partenaire</title> | ||
<!-- DSFR --> | ||
<link rel="apple-touch-icon" href="./dsfr/favicon/apple-touch-icon.png" /> | ||
<link rel="icon" href="./dsfr/favicon/favicon.svg" type="image/svg+xml" /> | ||
<link | ||
rel="shortcut icon" | ||
href="./dsfr/favicon/favicon.ico" | ||
type="image/x-icon" | ||
/> | ||
<link | ||
rel="manifest" | ||
href="./favicon/manifest.webmanifest" | ||
crossorigin="use-credentials" | ||
/> | ||
|
||
<!-- DSFR --> | ||
<link rel="apple-touch-icon" href="./dsfr/favicon/apple-touch-icon.png" /> | ||
<link rel="icon" href="./dsfr/favicon/favicon.svg" type="image/svg+xml" /> | ||
<link rel="shortcut icon" href="./dsfr/favicon/favicon.ico" type="image/x-icon" /> | ||
<link rel="manifest" href="./favicon/manifest.webmanifest" crossorigin="use-credentials" /> | ||
|
||
<link rel="stylesheet" href="./dsfr/utility/icons/icons.min.css" /> | ||
<link rel="stylesheet" href="./dsfr/dsfr.min.css" /> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
<link rel="stylesheet" href="./dsfr/utility/icons/icons.min.css" /> | ||
<link rel="stylesheet" href="./dsfr/dsfr.min.css" /> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> |