diff --git a/static/stocks.html b/static/stocks.html
index 6499367..0c1e26b 100644
--- a/static/stocks.html
+++ b/static/stocks.html
@@ -1,137 +1,123 @@
-
-
- Stock alcool
-
-
+
+
+
+
+
-
-
+ window.addEventListener('load', () => { refresh(); setInterval(fetchAndUpdate, 30000); });
+ window.addEventListener('resize', refresh);
+
+