$
This commit is contained in:
parent
cd3ca158e4
commit
c2cc968767
@ -17,6 +17,18 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div id="root"></div>
|
|
||||||
|
<app id="root"></app>
|
||||||
|
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/riot@latest/riot+compiler.min.js"></script>
|
||||||
|
<script src="https://unpkg.com/riot@latest/dist/riot.min.js"></script>
|
||||||
|
<script src="https://unpkg.com/riot@latest/dist/riot+compiler.min.js"></script>
|
||||||
|
<script src="https://unpkg.com/babel-polyfill@7.12.1/dist/polyfill.min.js"></script>
|
||||||
|
<script src="https://unpkg.com/@riotjs/hydrate@latest/dist/hydrate.min.js"></script>
|
||||||
|
<script src="https://unpkg.com/axios@latest/dist/axios.min.js"></script>
|
||||||
|
<script src="https://unpkg.com/lodash@latest/lodash.min.js"></script>
|
||||||
|
<script src="pages.js"></script>
|
||||||
|
<script src="register-global-components.js"></script>
|
||||||
|
<script src="index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user