From 78e7ade5926b14131f57a7e43ea9d7e1bf98238c Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 11 Jun 2025 19:54:33 +0200 Subject: [PATCH] add vps page and redirection --- public/scripts/index.js | 2 +- public/scripts/vps.js | 0 public/styles/vps.css | 0 public/vps.html | 26 ++++++++++++++++++++++++++ 4 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 public/scripts/vps.js create mode 100644 public/styles/vps.css create mode 100644 public/vps.html diff --git a/public/scripts/index.js b/public/scripts/index.js index 4f41f49..4cfca7f 100644 --- a/public/scripts/index.js +++ b/public/scripts/index.js @@ -16,7 +16,7 @@ body.addEventListener('scroll', () => vpsCard.addEventListener('click', () => { - + window.location.href = "/vps.html"; } ); diff --git a/public/scripts/vps.js b/public/scripts/vps.js new file mode 100644 index 0000000..e69de29 diff --git a/public/styles/vps.css b/public/styles/vps.css new file mode 100644 index 0000000..e69de29 diff --git a/public/vps.html b/public/vps.html new file mode 100644 index 0000000..b5750e9 --- /dev/null +++ b/public/vps.html @@ -0,0 +1,26 @@ + + + + + + The land of the penguin + + + + + + +
+ + The land of the penguin + +
+
+ +
+ + + \ No newline at end of file