Skip to content

Commit 2b63e01

Browse files
author
Nick Balestra
committed
index to consume client-side oc-component for the landing page
1 parent 34e6d3d commit 2b63e01

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
😎
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>OpenComponents</title>
6+
</head>
7+
<body>
8+
<oc-component href="https://opencomponents-site-registry.herokuapp.com/landing-page/*"></oc-component>
9+
<script src="https://s3.eu-west-2.amazonaws.com/opencomponents-site-registry/components/oc-client/0.39.8/src/oc-client.min.js"></script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)