Skip to content

Commit

Permalink
fix indentation index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccadumazert committed Dec 12, 2023
1 parent 6cee5ea commit 96bb879
Showing 1 changed file with 24 additions and 18 deletions.
42 changes: 24 additions & 18 deletions front/index.html
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>

0 comments on commit 96bb879

Please sign in to comment.