Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
crosshj authored Jul 9, 2022
1 parent 4624142 commit 98a51d5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions test/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en" class="dark-enabled">
<html lang="en">
<head>
<title></title>
<title>Layout Test</title>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
Expand All @@ -13,17 +13,17 @@
<body></body>

<script type="module">
import Layout from "https://unpkg.com/@fiug/layout";
import Layout from "https://unpkg.com/@fiug/layout";

const layoutConfig = {
parent: document.body
children: [
{ iframe: "tree.html" },
{ iframe: "editor.html" },
{ iframe: "terminal.html" },
]
};
new Layout(layoutConfig);
</script>
const layoutConfig = {
parent: document.body
children: [
{ iframe: "tree.html" },
{ iframe: "editor.html" },
{ iframe: "terminal.html" },
]
};
new Layout(layoutConfig);
</script>
</html>

0 comments on commit 98a51d5

Please sign in to comment.