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