creative-connections/Bodylight.js-Components

View on GitHub
index2.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title></title>
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <base href="">
    <style>body {
        scroll-behavior: smooth;
    }</style>
</head>
<body aurelia-app="webcomponents">
<bdl-markdown-book index="../README.md" summary="summary.md" base="test/"><img src="test/loading.gif"/></bdl-markdown-book>
<script src="dist/bodylight.bundle.js"></script>
</body>
</html>