-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (26 loc) · 1.07 KB
/
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
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Vue Example</title>
<!-- <script src="https://rawgit.com/gildas-lormeau/zip.js/master/WebContent/zip.js" />-->
</head>
<body>
<h1>Tests component in dev</h1>
<!-- Call components -->
<aeris-theme id="theme2" active="false" primary="#DD9946" emphasis="#39B062"></aeris-theme>
<aeris-theme id="theme3" active="true" primary="#692512" emphasis="#39B062"></aeris-theme>
<!-- <formater-layout>
<span slot="header"><h1>BCMT</h1></span>
<bcmt-form slot="sidebar"></bcmt-form>
<bcmt-map slot="content"></bcmt-map>
<span slot="footer">pied de page</span>
</formater-layout> -->
<div style="margin:20px;">
<formater-catalogue lang="fr" url="https://api.poleterresolide.fr/api"></formater-catalogue>
</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>