lion/packages/steps/refactorToStorybook/complex.html
Thomas Allmer ec8da8f12c feat: release inital public lion version
Co-authored-by: Mikhail Bashkirov <mikhail.bashkirov@ing.com>
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
Co-authored-by: Joren Broekema <joren.broekema@ing.com>
Co-authored-by: Gerjan van Geest <gerjan.van.geest@ing.com>
Co-authored-by: Erik Kroes <erik.kroes@ing.com>
Co-authored-by: Lars den Bakker <lars.den.bakker@ing.com>
2019-04-26 10:37:57 +02:00

19 lines
454 B
HTML

<!doctype html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<title>lion-steps complex demo</title>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../fetch/fetch.js"></script>
<link rel="import" href="./complex-demo-app.html">
<style type="text/css">
body {
background-color: #f5f5f5;
margin: 0;
}
</style>
</head>
<body>
<complex-demo-app></complex-demo-app>
</body>
</html>