Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-quiz authored and developer-quiz committed Mar 5, 2024
1 parent dc72d5c commit d3e2a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Developer Quiz</title>
<base href="https://kommunity.github.io/dev-quiz/">
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -216,7 +215,7 @@ <h2>Alaylıları Ekle</h2>
const quizContainer = document.getElementById('quiz-container');

quizContainer.innerHTML = `<div class="image-container">
<img src="/images/${currentDeveloper.ID}.jpg" alt="Developer Image">
<img src="https://kommunity.github.io/dev-quiz/images/${currentDeveloper.ID}.jpg" alt="Developer Image">
</div>
<p>Hangi dili yaziyor?</p>
${allAnswers.map(answer => `<button class="answer-button" onclick="checkAnswer('${correctAnswer}', '${answer}')">${answer}</button>`).join('')}
Expand Down

0 comments on commit d3e2a71

Please sign in to comment.