94 lines
5.5 KiB
HTML
94 lines
5.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta property="og:type" content="summary">
|
|
<meta property="og:title" content="VENITH.NET Portal">
|
|
<meta property="og:description" content="VENITH.NET Portal">
|
|
<meta property="og:image" content="Media/Vlogo.png">
|
|
<meta property="og:image:alt" content="VENITH.NET Portal">
|
|
<meta property="og:url" content="https://venith.net/">
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="author" content="Digital Cheese + Venith">
|
|
<meta name="description" content="VENITH.NET Portal">
|
|
<meta name="keywords" content="90s Web, 2000s, Political, Digital Cheese, TDK, Venith, Blog, Neocities, 3DSPaint, DSiPaint, Gaming, Web, HTML, CSS, Programming, Email, Tutorials, Guilded, Discord, YouTube, Twitter">
|
|
<link rel="shortcut icon" href="https://venith.net/Media/Vco.ico">
|
|
<link rel="stylesheet" href="https://venith.net/Media/Vss.css">
|
|
<title>VENITH.NET Portal</title>
|
|
<!-- Other Metadata -->
|
|
<meta property="twitter:creator" content="@DigitalCheeseYT">
|
|
<meta property="twitter:site" content="@DigitalCheeseYT">
|
|
<style>
|
|
/* CSS for the popup */
|
|
.popup {
|
|
display: none;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
background-color: white;
|
|
padding: 20px;
|
|
border: 1px solid #ccc;
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
|
|
z-index: 1;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<div class="con">
|
|
<div class="nav">
|
|
<a href="index.html"><img src="https://venith.net/Media/Vlogo.png" alt="Venith" title="Venith Logo">Welcome to the VENITH.NET secret lab!<img src="https://venith.net/Media/Vlogo.png" alt="Venith" title="Venith Logo" style="float:right"></a>
|
|
</div>
|
|
<div class="txt">
|
|
Welcome to the VENITH.NET web portal! nya~
|
|
<br><br>
|
|
This page is still in the works, abiet almost complete. If your looking for the <a href="https://venith.net/main/">main venith page</a> it's in another castle. <a href="https://github.com/MattTheTekie">MattTheTekie</a> was here nya~
|
|
<hr style=color:gold>
|
|
</div>
|
|
<div>
|
|
<center>
|
|
<a href="https://venith.net/TDKHome/index.html"> <img class="portal-image" src="https://venith.net/Media/tdkhome.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
<a href="https://venith.net/TDKHome/TDKPaint/index.html"> <img class="portal-image" src="https://venith.net/Media/tdkpaint.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
<a href="https://tsukashomelab.netlify.app"> <img class="portal-image" src="https://venith.net/Media/homelab.png" alt="Hacker Lab" width="176" height="176"></a>
|
|
<a href="https://streetpass.venith.net/"> <img class="portal-image" src="https://venith.net/Media/streetpass.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
<a href="https://social.venith.net/"> <img class="portal-image" src="https://venith.net/Media/lemmy.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
<a href="http://chat.venith.net:8901/"> <img class="portal-image" src="https://venith.net/Media/chat.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
<a href="http://git.venith.net:1869/"> <img class="portal-image" src="https://venith.net/Media/gitea.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
<a href="#"> <img class="portal-image" src="https://venith.net/Media/mc.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
<button id="popupButton">Click me for a popup</button>
|
|
<a href="https://status.venith.net/status/crazyhelltech"> <img class="portal-image" src="https://venith.net/Media/stats.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
<a href="https://venith.net/TDKHome/index.html"> <img class="portal-image" src="https://venith.net/Media/tdkhome.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
<a href="https://venith.net/TDKHome/index.html"> <img class="portal-image" src="https://venith.net/Media/tdkhome.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
<a href="https://venith.net/TDKHome/index.html"> <img class="portal-image" src="https://venith.net/Media/tdkhome.png" alt="Portal Image 1" width="176" height="176"></a>
|
|
</center>
|
|
</div>
|
|
<center><div class="foot">2022-2023 Venith, all rights reserved, please <a href="mailto:digitalcheese2562@outlook.com">email us</a> for any questions/concerns you have.</div></center>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<!-- Hidden popup div -->
|
|
<div class="popup" id="popupBox">
|
|
This is a centered popup box!
|
|
<br>
|
|
<button onclick="closePopup()">Close</button>
|
|
</div>
|
|
|
|
<!-- JavaScript code for the popup -->
|
|
<script>
|
|
// Function to display the popup
|
|
function displayPopup() {
|
|
var popup = document.getElementById("popupBox");
|
|
popup.style.display = "block";
|
|
}
|
|
|
|
// Function to close the popup
|
|
function closePopup() {
|
|
var popup = document.getElementById("popupBox");
|
|
popup.style.display = "none";
|
|
}
|
|
|
|
// Add a click event listener to the button
|
|
document.getElementById("popupButton").addEventListener("click", displayPopup);
|
|
</script>
|