diff --git a/css/style.css b/css/style.css
index a1de6ba..604532c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -263,8 +263,12 @@ a.status-container > p {
}
img.status-icon {
- max-width: 125px;
+ max-width: 100px;
display: block;
margin-left: auto;
margin-right: auto;
+}
+
+aside img.status-icon {
+ margin-left: 0;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index f35d7b6..a3fc344 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,7 @@
-
+
diff --git a/js/status.js b/js/status.js
index bbf9a52..46f600d 100644
--- a/js/status.js
+++ b/js/status.js
@@ -5,7 +5,7 @@
async function insertStatus(containerEl){
const baseUrl = new URL("/status/", containerEl.baseURI)
- const res = await fetch(baseUrl);
+ const res = await fetch(baseUrl, {cache:"no-cache"});
if(!res.ok){
console.info(`Network error requesting status : ${res.status} ${res.statusText}`);
diff --git a/status/status.fermé.png b/status/status.fermé.png
new file mode 100644
index 0000000..101c2cd
Binary files /dev/null and b/status/status.fermé.png differ