From 0ac3094e083b9eba6bf1bebd3aa5b8aea4bcbd44 Mon Sep 17 00:00:00 2001
From: "Mr. Snowy" <61592704+MrSn0wy@users.noreply.github.com>
Date: Sat, 5 Aug 2023 00:26:32 +0200
Subject: [PATCH] yes
---
public_html/compatibility/app.js | 2 +-
public_html/compatibility/index.html | 2 +-
public_html/parts/images/boosty.svg | 29 ++++++++++++++++++++
public_html/parts/images/boostySmol.svg | 12 +++++++++
public_html/parts/navbar.html | 35 ++++++++++++++++++++++++-
5 files changed, 77 insertions(+), 3 deletions(-)
create mode 100644 public_html/parts/images/boosty.svg
create mode 100644 public_html/parts/images/boostySmol.svg
diff --git a/public_html/compatibility/app.js b/public_html/compatibility/app.js
index 6a779f9..c6c8e5b 100644
--- a/public_html/compatibility/app.js
+++ b/public_html/compatibility/app.js
@@ -144,7 +144,7 @@ function gameStats() {
};
// Header Load
-fetch('https://fpps4.net/parts/navbar.html')
+fetch('https://fpps4.net/parts/navbar.html?v=1')
.then(response => response.text())
.then(data => {
document.querySelector('#header').innerHTML = data;
diff --git a/public_html/compatibility/index.html b/public_html/compatibility/index.html
index 5644a98..302b8f8 100644
--- a/public_html/compatibility/index.html
+++ b/public_html/compatibility/index.html
@@ -63,6 +63,6 @@
-
+