22 lines
682 B
Plaintext
22 lines
682 B
Plaintext
.game
|
|
.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
|
|
.game-results-step.none
|
|
p.message
|
|
.species.answer
|
|
p #{ __('It was a') }
|
|
span.com
|
|
span.sci
|
|
button.button.restart-button
|
|
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") |