merge
This commit is contained in:
13
index.html
13
index.html
@@ -7,10 +7,21 @@
|
||||
<script src="riot.min.js"></script>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css">
|
||||
<script src="loader.js" type="module"></script>
|
||||
<script src="components/search.riot" type="riot"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/riot/7.1.0/riot+compiler.min.js" integrity="sha512-sSGKGR9MvL0bUx3CScaBb56crXwspwDkL/JnB0IrLFQfw3uvSUlITQtsTtDZctshhv5wdwIt+qZeN8zThRF4Dw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<search></search>
|
||||
<school-info></school-info>
|
||||
<script src="javascript/school-info.js" type="javascript"></script>
|
||||
<script>
|
||||
riot.compile().then(() => {
|
||||
riot.mount('search', {
|
||||
formation:'Formation',
|
||||
items: null,
|
||||
text: null
|
||||
})
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user