-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Widget MF Demo</title>
<link rel="stylesheet" href="index.css">
<link
rel="stylesheet"
href="https://ani-json-widget-micro-frontend.surge.sh/styles.css"
/>
<script src="https://ani-json-widget-micro-frontend.surge.sh/polyfills.js"></script>
<script src="https://ani-json-widget-micro-frontend.surge.sh/main.js"></script>
<!-- <link
rel="stylesheet"
href="http://localhost:4251/json-widgets-micro-frontend/styles.css"
/>
<script src="http://localhost:4251/json-widgets-micro-frontend/polyfills.js"></script>
<script src="http://localhost:4251/json-widgets-micro-frontend/main.js"></script> -->
</head>
<body>
<h1>JSON to Widgets Micro Frontend Demo <a href="https://github.com/AniruddhaSadhukhan/json-widgets-micro-frontend">[GitHub]</a> </h1>
<details>
<summary>Click here to see JSON used to render the widget below</summary>
<pre id="jsonDisplay"></pre>
</details>
<json-widgets id="widgetContainer"></json-widgets>
<script src="index.js"></script>
</body>
</html>