Skip to content

Commit 0d7658f

Browse files
author
Vincent Boucinha
committed
Widget Demo with Pitaya
0 parents  commit 0d7658f

File tree

4 files changed

+68
-0
lines changed

4 files changed

+68
-0
lines changed

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
3+
<html lang="fr">
4+
<head>
5+
<meta charset="utf-8">
6+
7+
<title>Widget Demo</title>
8+
<meta name="description" content="Widget Deml">
9+
10+
</head>
11+
12+
<body>
13+
<h1>Classic Pitaya with CDN</h1>
14+
<img src="https://www.myli.io/wp-content/uploads/2016/12/LOGO-MYLI.png" alt="">
15+
<script src="https://cdn-app.myli.io/my/widget/105-MzhkYTUwNDhmYWMzYmVmZjNlZDA3MT/widget.js"></script>
16+
</body>
17+
</html>

index_algolia_nocdn.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
3+
<html lang="fr">
4+
<head>
5+
<meta charset="utf-8">
6+
7+
<title>Widget Demo</title>
8+
<meta name="description" content="Widget Deml">
9+
10+
</head>
11+
12+
<body>
13+
<h1>Classic Pitaya with CDN</h1>
14+
<img src="https://www.myli.io/wp-content/uploads/2016/12/LOGO-MYLI.png" alt="">
15+
<script src="https://staging-branch.myli.io/my/widget/105-MzhkYTUwNDhmYWMzYmVmZjNlZDA3MT/widget.js"></script>
16+
</body>
17+
</html>

index_algoliacdn.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
3+
<html lang="fr">
4+
<head>
5+
<meta charset="utf-8">
6+
7+
<title>Widget Demo</title>
8+
<meta name="description" content="Widget Deml">
9+
10+
</head>
11+
12+
<body>
13+
<h1>Classic Pitaya with CDN</h1>
14+
<img src="https://www.myli.io/wp-content/uploads/2016/12/LOGO-MYLI.png" alt="">
15+
<script src="https://cdn-app.myli.io/js/widget_pitaya.js"></script>
16+
</body>
17+
</html>

index_nocdn.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
3+
<html lang="fr">
4+
<head>
5+
<meta charset="utf-8">
6+
7+
<title>Widget Demo</title>
8+
<meta name="description" content="Widget Deml">
9+
10+
</head>
11+
12+
<body>
13+
<h1>Classic Pitaya without CDN</h1>
14+
<img src="https://www.myli.io/wp-content/uploads/2016/12/LOGO-MYLI.png" alt="">
15+
<script src="https://app.myli.io/my/widget/105-MzhkYTUwNDhmYWMzYmVmZjNlZDA3MT/widget.js"></script>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)