Skip to content

Commit

Permalink
Added euce1 domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chumak committed Nov 15, 2022
1 parent 60af3ce commit c5807b0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions euce1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>GD-INSIGHT - Web Components Playground</title>
<script type="module" src="https://euce1.anywhere.gooddata.com/components/gdc_demo_90e07853-7e5a-49d2-aeb4-698e33065a72.js?auth=sso"></script>
</head>
<body>
<menu>
<a href="./index.html">gd-insight</a>
<a href="./dashboard.html">gd-dashboard</a>
<a href="./local.html">http://localhost:3000</a>
</menu>
<section>
<gd-dashboard
id="dashboard"
dashboard="0d9af187-ac18-4b11-8f74-b5acec32aa85"
></gd-dashboard>
</section>
</body>
</html>

0 comments on commit c5807b0

Please sign in to comment.