ausdasdasd
This commit is contained in:
parent
8abdea926c
commit
d02fdc5095
3 changed files with 9 additions and 16 deletions
|
|
@ -13,8 +13,8 @@
|
|||
<meta name="author" content="Digital Cheese + Venith">
|
||||
<meta name="description" content="Article created by the Venith community.">
|
||||
<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="/Media/Vco.ico">
|
||||
<link rel="stylesheet" href="/Media/Vss.css">
|
||||
<link rel="shortcut icon" href="/media/vco.ico">
|
||||
<link rel="stylesheet" href="/media/vss.css">
|
||||
<title>Venith Articles</title>
|
||||
<!-- Other Metadata -->
|
||||
<meta property="twitter:creator" content="@DigitalCheeseYT">
|
||||
|
|
|
|||
13
index.html
13
index.html
|
|
@ -15,14 +15,7 @@
|
|||
<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="/media/vco.ico">
|
||||
<link rel="stylesheet" href="/media/vss.css">
|
||||
<style>
|
||||
body, div.txt {
|
||||
text-align: left;
|
||||
}
|
||||
td {
|
||||
text-align: left !important;
|
||||
}
|
||||
</style>
|
||||
<style>body,div.txt{text-align:left;} td{text-align:left!important;}</style>
|
||||
<title>Venith</title>
|
||||
<meta property="twitter:creator" content="@DigitalCheeseYT">
|
||||
<meta property="twitter:site" content="@DigitalCheeseYT">
|
||||
|
|
@ -32,7 +25,6 @@ text-align: left !important;
|
|||
<div class="nav"><a href="/index.html"><img src="/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;">Venith<img src="/media/vlogo2.jpg" alt="VENITH" title="VENITH logo" style="width:32px;float:right"></a></div>
|
||||
<div class="txt">
|
||||
Welcome to Venith. Venith is owned and created by <a href="http://digitalcheese.xyz/">Digital Cheese</a>, and <a href="http://home.venith.net">MattTheTekie</a>. Venith is a community hosted infrastructure project started in 2019. This was originally a collab between MattTheTekie, and <a href="http://github.com/Austcool-Walker">Austcool-Walker</a> which eventually evolved into something much bigger. We also believe in freedom, and a better model over other major platforms. MattTheTekie also helps out with a lot of the services being hosted or updating the websites whenever DC can't do it. We are also collabing with <a href="http://omada.cafe">omada.cafe</a>
|
||||
</div>
|
||||
<table width="100%" cellpadding="10">
|
||||
<tr>
|
||||
<td valign="top" align="right">
|
||||
|
|
@ -84,10 +76,11 @@ you can download mumble at <a href="http://mumble.info">mumble.info</a></p>
|
|||
It has no logs, and uses Quad9 upstream. The VPS is located in Germany.<br>
|
||||
Set your DNS to <strong>167.86.91.171</strong> Today!</p>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="foot">2019/23-2024 Venith, all rights reserved. Thank you Austin for the years together! For any inquires please <a href="mailto:digitalcheese@venith.net">email us</a> for any questions/concerns you have. Sourcecode available <a href="https://github.com/VenithNET/VENITH.NET/">here</a>.</div>
|
||||
<div class="foot">2019/23-2024 Venith, all rights reserved. For any inquires please <a href="mailto:digitalcheese@venith.net">email us</a>.</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
* {font-family:"sans-serif", "Arial", "monospace"!important;word-wrap:break-word!important;}
|
||||
* {font-family:monospace;word-wrap:break-word!important;}
|
||||
body {background-color:#000;margin:0px;color:white!important;font-size:12px!important;}
|
||||
*, a, button, body { cursor: url('http://venith.net/media/cursor.png'), auto!important; }
|
||||
*, a, button, body {cursor:url('/media/cursor.png'), auto!important;}
|
||||
.con {background:#040;margin:0px auto;}
|
||||
.nav {background:#050;text-align:center;overflow:auto;max-height:50px;font-size:26px;color:white!important;font-weight:bold;padding:4px;border-bottom:2px #FFF solid}
|
||||
.txt {background:#040;padding:2px}
|
||||
|
|
@ -8,7 +8,7 @@ body {background-color:#000;margin:0px;color:white!important;font-size:12px!impo
|
|||
|
||||
h1 {background:#040;margin:auto 0px;text-align:center;font-weight:bold;}
|
||||
a {color:#FFF}
|
||||
a:hover {background-color:black!important;color:rgb(19, 235, 170)!important;}
|
||||
a:hover {color:rgb(235, 170, 19)!important;}
|
||||
::selection {background:lime;color:black}
|
||||
|
||||
[id] {display:none}
|
||||
|
|
@ -16,4 +16,4 @@ a:hover {background-color:black!important;color:rgb(19, 235, 170)!important;}
|
|||
|
||||
IMG {max-width:100%;height:auto}
|
||||
IMG[src="/media/vlogo2.jpg"] {float:left}
|
||||
audio {width:99%}
|
||||
audio {width:99%}
|
||||
Loading…
Add table
Add a link
Reference in a new issue