Skip to content

Commit d622f62

Browse files
Updated README.md file
1 parent 56d3120 commit d622f62

File tree

1 file changed

+5
-4
lines changed
  • Quizzler Using Tkinter and Trivia DB API

1 file changed

+5
-4
lines changed

Quizzler Using Tkinter and Trivia DB API/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ The primary goal of Quizzler is to:
2020
### Initial Screen and result
2121
<table>
2222
<tr>
23-
<td><img src="/screenshots/s1.png" width="420px" height="250px" alt="Login Page"/></td>
24-
<td><img src="/screenshots/s4.png" width="420px" height="250px" alt="Register Page"/></td>
23+
<td><img src="./screenshots/s1.png" width="420px" height="250px" alt="Login Page"/></td>
24+
<td><img src="./screenshots/s4.png" width="420px" height="250px" alt="Register Page"/></td>
2525
</tr>
2626
</table>
2727

2828
### Response to wrong or correct answer
2929
<table>
3030
<tr>
31-
<td><img src="/screenshots/s2.png" width="420px" height="250px" alt="Profile Page"/></td>
32-
<td><img src="/screenshots/s3.png" width="420px" height="250px" alt="Home Page"/></td>
31+
<td><img src="./screenshots/s2.png" width="420px" height="250px" alt="Profile Page"/></td>
32+
<td><img src="./screenshots/s3.png" width="420px" height="250px" alt="Home Page"/></td>
3333
</tr>
3434
</table>
3535

@@ -100,3 +100,4 @@ pip install requests
100100
- Real-time data fetching using API
101101
- Modular code architecture for scalability
102102

103+

0 commit comments

Comments
 (0)