-
Notifications
You must be signed in to change notification settings - Fork 4
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
CircleCI
committed
Oct 12, 2023
1 parent
198acb4
commit 49ce8ad
Showing
1 changed file
with
35 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="fr"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<link rel="icon" href="https://www.gouvernement.fr/sites/all/themes/custom/gouvernement/favicon.ico"> | ||
|
||
<link href="iframeResizer.contentWindow.min.js" as="script"> | ||
|
||
<title><%= htmlWebpackPlugin.options.title %></title> | ||
</head> | ||
<body> | ||
|
||
<noscript> | ||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. | ||
Please enable it to continue.</strong> | ||
</noscript> | ||
|
||
<page-content | ||
custom-root-css="afa/afa.css" | ||
configuration="afa-2021.json" | ||
dataset="tableau-de-bord-afa-format-widget" | ||
display-search | ||
logo="afa/LOGO_AFA.png" | ||
description="afa/afa.description" | ||
alt-logo="logo Agence Française Anticorruption" | ||
project-configuration="afa/project-configuration.json" | ||
line-chart-configuration="afa/line-chart-configuration.json" | ||
bar-chart-configuration="afa/bar-chart-configuration.json" | ||
map-chart-configuration="afa/map-chart-configuration.json"> | ||
</page-content> | ||
|
||
</body> | ||
</html> |