-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_pre.html
30 lines (27 loc) · 1.03 KB
/
index_pre.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Vue Example</title>
</head>
<body>
<h1>Test components push in master</h1>
<div>Here used the javascript file build with the command : <code>npm run pre</code><br />
then push to github repository in branch master</div>
<!-- My component -->
<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>
<!-- The file is generated when we laucnch in console: npm run pre
then push on github branch master
Modify the url according to your own configuration -->
<script src="/webcomponents/formater-catalogue-components-vjs_3.0.0.js"></script>
</body>
</html>