-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (22 loc) · 1023 Bytes
/
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Isgi component</title>
<!-- <script src="https://rawgit.com/gildas-lormeau/zip.js/master/WebContent/zip.js" />-->
<!-- <script src ="https://cdn.rawgit.com/aeris-data/aeris-commons-components-vjs/0.1.23/dist/aeris-commons-components-vjs_0.1.23.js"></script>
-->
</head>
<body>
<h1>Tests Isgi component</h1>
<!-- Call components -->
<aeris-theme id="theme2" active="true" primary="#006699" emphasis="#39B062"> </aeris-theme>
<div style="width:80%;margin:auto;">
<div class="formater-default">BLOCK A SUPPRIMER PAR LE COMPOSANT</div>
<isgi-component lang="fr" url="http://api.formater/cds/isgi/data"></isgi-component>
</div>
<!-- le fichier build est créé lorsqu'on lance la commande build -->
<!-- <script src ="https://cdn.rawgit.com/aeris-data/aeris-commons-components-vjs/0.1.23/dist/aeris-commons-components-vjs_0.1.23.js"></script>
--> <script src="dist/build.js"></script>
</body>
</html>