From f25933261da7a67575b53b6be48325af032dea22 Mon Sep 17 00:00:00 2001 From: TheErrorExe <161362055+TheErrorExe@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:49:01 +0100 Subject: [PATCH] Update index.html --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index cb92afc..5f823c8 100644 --- a/index.html +++ b/index.html @@ -117,6 +117,7 @@ async function loadNews() { newsElement.innerHTML = `

${newsItem.title}

${newsItem.content}

+

Von: ${newsItem.author}

`; newsContainer.appendChild(newsElement); @@ -130,6 +131,7 @@ async function loadNews() { loadNews(); +