remove twig for index page
This commit is contained in:
parent
9e3a6721c9
commit
93708f0cf0
3 changed files with 35 additions and 42 deletions
|
|
@ -1,23 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.11"></script>
|
||||
<title>🧩 jigsaw.hyottoko.club</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module">
|
||||
import Index from "/views/Index.vue.js"
|
||||
new Vue({
|
||||
el: '#app',
|
||||
render: (h) => h(Index, {
|
||||
props: {
|
||||
gamesRunning: {{ gamesRunning|json_encode|raw }},
|
||||
gamesFinished: {{ gamesFinished|json_encode|raw }},
|
||||
images: {{ images|json_encode|raw }},
|
||||
},
|
||||
}),
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue