2022-08-24 18:37:57 +02:00
|
|
|
.game
|
2022-08-28 09:14:02 +02:00
|
|
|
.game-map-step
|
|
|
|
#map
|
|
|
|
button.button.geolocation-button
|
|
|
|
i(data-feather="map-pin")
|
|
|
|
button.button.start-button
|
|
|
|
i(data-feather="play")
|
|
|
|
.game-quizz-step.none
|
|
|
|
ul.proposals
|
|
|
|
audio
|
2022-08-29 10:38:42 +02:00
|
|
|
.game-results-step.none
|
|
|
|
p.message
|
|
|
|
.species.answer
|
|
|
|
p #{ __('It was a') }
|
|
|
|
span.com
|
|
|
|
span.sci
|
|
|
|
button.button.restart-button
|
2022-08-28 09:14:02 +02:00
|
|
|
i(data-feather="repeat")
|
|
|
|
link(rel="stylesheet" href="/dist/leaflet/leaflet.css")
|
|
|
|
script(src="/dist/leaflet/leaflet.js")
|
|
|
|
script(src="/dist/axios/axios.min.js")
|
|
|
|
script(src="/javascripts/game.js" type="module")
|