Skip to content

Commit 01fd923

Browse files
author
Emmanuel Morales
committed
Initial dist subtree commit
1 parent 6ad1ef1 commit 01fd923

File tree

11 files changed

+62700
-0
lines changed

11 files changed

+62700
-0
lines changed

dist/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Web components loader</title>
6+
<script type="text/javascript" src="polyfills.js"></script>
7+
<link rel="import" href="./dist/microfrontend1">
8+
<link rel="import" href="./dist/microfrontend2">
9+
<style>
10+
.row {
11+
display: flex;
12+
flex-direction: row;
13+
}
14+
.row > * {
15+
flex: 1;
16+
}
17+
</style>
18+
</head>
19+
<body>
20+
<div id="app"></div>
21+
22+
<script type="text/javascript" src="main.js"></script>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)