Skip to content

Commit be31e3f

Browse files
comment
1 parent 62958a8 commit be31e3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content_loader/script.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ setTimeout(getData, 2500)
1313

1414

1515
function getData() {
16+
// ? For now the data is hard coded. It can be fetched through an API in a project.
17+
1618
header.innerHTML = ' <img src="./image.jpg" alt="background" />'
1719

1820
title.innerHTML = 'Among Us'

0 commit comments

Comments
 (0)