18 lines
579 B
Plaintext
18 lines
579 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-result-step.none
|
|
p.result
|
|
button.button.restart-button.disabled
|
|
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") |