diff --git a/public/js/home.js b/public/js/home.js
index e7abc7c..ecf8268 100644
--- a/public/js/home.js
+++ b/public/js/home.js
@@ -9,9 +9,11 @@ document.addEventListener('DOMContentLoaded', () => {
const texts = await response.json();
textsList.innerHTML = texts
.map(text =>
- '
' + text.name +
- ' '
+ '' +
+ '' + text.name + '' +
+ '' +
+ ''
)
.join('');
}
diff --git a/views/templates/home.php b/views/templates/home.php
index 837e0a6..97d3aa7 100644
--- a/views/templates/home.php
+++ b/views/templates/home.php
@@ -7,24 +7,37 @@
- Home
-
- Today's schedule
-
-