mirror of
https://github.com/Steffo99/trivia.git
synced 2024-12-21 06:54:19 +00:00
Change intro text to English
This commit is contained in:
parent
364ae0b4b8
commit
3a07de208a
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
<body>
|
||||
<div class="card">
|
||||
<div id="question">
|
||||
Premi un tasto per cominciare!
|
||||
Press any key to start!
|
||||
</div>
|
||||
<div class="a letter" id="letter-0"><span class="text">A</span></div>
|
||||
<div class="a answer" id="answer-0"><span class="text"></span></div>
|
||||
|
@ -33,4 +33,4 @@
|
|||
All questions are sourced from the <a href="https://opentdb.com/">Open Trivia Database</a> by <a href="https://www.pixeltailgames.com">Pixeltail Games</a>, licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue