We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62958a8 commit be31e3fCopy full SHA for be31e3f
content_loader/script.js
@@ -13,6 +13,8 @@ setTimeout(getData, 2500)
13
14
15
function getData() {
16
+ // ? For now the data is hard coded. It can be fetched through an API in a project.
17
+
18
header.innerHTML = ' <img src="./image.jpg" alt="background" />'
19
20
title.innerHTML = 'Among Us'
0 commit comments