unique git
This commit is contained in:
30
index.html
Executable file
30
index.html
Executable file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<hmtl>
|
||||
<head>
|
||||
<script src="https://kit.fontawesome.com/3f74e6a305.js" crossorigin="anonymous"></script>
|
||||
<script type="riot" src="./vue.riot"></script>
|
||||
<script type="riot" src="./tout.riot"></script>
|
||||
<script type="riot" src="./search.riot"></script>
|
||||
<script type="riot" src="./compofilm.riot"></script>
|
||||
<script type="riot" src="./cacher-desc.riot"></script>
|
||||
<script type="riot" src="./cat-selector.riot"></script>
|
||||
<script type="riot" src="./genre-selector.riot"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/riot@6.1.2/riot+compiler.min.js"></script>
|
||||
<title>Cinema</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<tout></tout>
|
||||
</body>
|
||||
<script>
|
||||
riot.compile().then(()=>{
|
||||
riot.mount('tout');
|
||||
});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
body{
|
||||
background: gray;
|
||||
}
|
||||
</style>
|
||||
</hmtl>
|
||||
Reference in New Issue
Block a user