Delete portal directory
This commit is contained in:
parent
97833215fd
commit
6e9b2fa54e
2 changed files with 0 additions and 72 deletions
|
|
@ -1,52 +0,0 @@
|
|||
<!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/main.css">
|
||||
<title>VENITH.NET Portal</title>
|
||||
<!-- Other Metadata -->
|
||||
<meta property="twitter:creator" content="@DigitalCheeseYT">
|
||||
<meta property="twitter:site" content="@DigitalCheeseYT">
|
||||
</head>
|
||||
<body>
|
||||
<div class="con">
|
||||
<div class="nav">
|
||||
<a href="#"><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>
|
||||
Welcome to the VENITH network. 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="TDK HOME" 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="TDKPAINT" width="176" height="176"></a>
|
||||
<a href="https://hackerlab.venith.net"> <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="STREETPASS SHOP" width="176" height="176"></a>
|
||||
<a href="https://social.venith.net/"> <img class="portal-image" src="https://venith.net/Media/lemmy.png" alt="VENITH SOCIAL" width="176" height="176"></a>
|
||||
<a href="http://chat.venith.net:8901/"> <img class="portal-image" src="https://venith.net/Media/chat.png" alt="VENITH CHAT" width="176" height="176"></a>
|
||||
<a href="http://git.venith.net:1869/"> <img class="portal-image" src="https://venith.net/Media/gitea.png" alt="VENITH GIT" width="176" height="176"></a>
|
||||
<a href="https://status.venith.net/status/minecraft"> <img class="portal-image" src="https://venith.net/Media/mc.png" alt="MINECRAFT" width="176" height="176"></a>
|
||||
<a href="https://status.venith.net/status/crazyhelltech"> <img class="portal-image" src="https://venith.net/Media/stats.png" alt="SERVICE STATUS" 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="TDK HOME" 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="TDK HOME" 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="TDK HOME" 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>
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
* {font-family:"sans-serif", "Arial", "monospace"!important;word-wrap:break-word!important;}
|
||||
*, a, button, body { cursor: url('https://venith.net/Media/cursor.png'), auto!important; }
|
||||
body {background-color:rgb(0, 0, 0);margin:0px;color:white!important;font-size:12px!important;}
|
||||
|
||||
.con {max-width:800px;margin:0px auto;}
|
||||
.nav {background:#00025b;text-align:center;overflow:auto;max-height:50px;font-size:26px;color:white!important;font-weight:bold;padding:4px}
|
||||
.txt {background:#4b0404;padding:2px}
|
||||
.foot {background:#015b03;font-size:10px!important;padding:2px}
|
||||
|
||||
h1 {text-align:center;font-weight:bold;background:#0c023f}
|
||||
a {color:#FFF}
|
||||
a:hover {background-color:black!important;color:rgb(19, 235, 170)!important;}
|
||||
::selection {background:lime;color:black}
|
||||
|
||||
[id] {display:none}
|
||||
[id]:target {display:block}
|
||||
|
||||
IMG {max-width:100%;height:auto}
|
||||
IMG[src="https://venith.net/Media/Vlogo.png"] {width:42px;float:left}
|
||||
audio {width:99%}
|
||||
Loading…
Add table
Add a link
Reference in a new issue