1
Fork 0
mirror of https://github.com/Steffo99/trivia.git synced 2024-10-16 09:37:27 +00:00

Change intro text to English

This commit is contained in:
Steffo 2022-10-25 01:13:05 +02:00 committed by GitHub
parent 364ae0b4b8
commit 3a07de208a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
<body> <body>
<div class="card"> <div class="card">
<div id="question"> <div id="question">
Premi un tasto per cominciare! Press any key to start!
</div> </div>
<div class="a letter" id="letter-0"><span class="text">A</span></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> <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>. 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> </div>
<script src="script.js"></script> <script src="script.js"></script>
</body> </body>