add vps page and redirection
This commit is contained in:
parent
a703706e02
commit
78e7ade592
@ -16,7 +16,7 @@ body.addEventListener('scroll', () =>
|
|||||||
|
|
||||||
vpsCard.addEventListener('click', () =>
|
vpsCard.addEventListener('click', () =>
|
||||||
{
|
{
|
||||||
|
window.location.href = "/vps.html";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
0
public/scripts/vps.js
Normal file
0
public/scripts/vps.js
Normal file
0
public/styles/vps.css
Normal file
0
public/styles/vps.css
Normal file
26
public/vps.html
Normal file
26
public/vps.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>The land of the penguin</title>
|
||||||
|
<link rel="stylesheet" href="styles/common.css">
|
||||||
|
<link rel="stylesheet" href="styles/vps.css">
|
||||||
|
<script src="scripts/common.js" defer></script>
|
||||||
|
<script src="scripts/vps.js" defer></script>
|
||||||
|
</head>
|
||||||
|
<body id="body" class="body">
|
||||||
|
<header class="blur">
|
||||||
|
<a href="index.html" class="header-link">
|
||||||
|
The land of the penguin
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
|
<main>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
<footer class="blur">
|
||||||
|
<p>© 2025 The land of the penguin</p>
|
||||||
|
<p>Contact us at: florian@thepenguinontheweb.tech</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user