chore: CDN

This commit is contained in:
MattTheTekie 2024-11-23 13:49:21 -05:00
commit bba3ef8a7b
56 changed files with 26 additions and 302 deletions

View file

@ -13,8 +13,8 @@
<meta name="author" content="Digital Cheese + Venith">
<meta name="description" content="An archive of content, both Venith and non-Venith related.">
<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=https://cdn.venith.net/www.venith.net/media/vco.ico">
<link rel="stylesheet" href=https://cdn.venith.net/www.venith.net/media/vss.css">
<title>Venith Archives</title>
<!-- Other Metadata -->
<meta property="twitter:creator" content="@DigitalCheeseYT">
@ -22,7 +22,7 @@
</head>
<body>
<div class="con">
<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="nav"><a href="/index.html"><img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;">VENITH<img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:right"></a></div>
<div class="txt">Archives by the Venith Community, very based.
<h2>Venith Archives</h2>
internetland.neocities.org:<br>

View file

@ -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=https://cdn.venith.net/www.venith.net/media/vco.ico">
<link rel="stylesheet" href=https://cdn.venith.net/www.venith.net/media/vss.css">
<title>Venith Articles</title>
<!-- Other Metadata -->
<meta property="twitter:creator" content="@DigitalCheeseYT">
@ -22,7 +22,7 @@
</head>
<body>
<div class="con">
<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="nav"><a href="/index.html"><img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;">VENITH<img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:right"></a></div>
<div class="txt">
<h2 id="stories">Stories</h2>
<h4 id="stories-short">Short Stories</h4>

View file

@ -13,8 +13,8 @@
<meta name="author" content="Rose Bloodstone">
<meta name="description" content="A crow and a raven eat berries in a tree.">
<meta name="keywords" content="Short Story, 3DSPaint, Rose Bloodstone">
<link rel="shortcut icon" href="/media/vco.ico">
<link rel="stylesheet" href="/media/vss.css">
<link rel="shortcut icon" href=https://cdn.venith.net/www.venith.net/media/vco.ico">
<link rel="stylesheet" href=https://cdn.venith.net/www.venith.net/media/vss.css">
<title>Winter with The Crow and The Raven - Rose Bloodstone</title>
<!-- Other Metadata -->
<meta property="twitter:creator" content="@DigitalCheeseYT">
@ -22,7 +22,7 @@
</head>
<body>
<div class="con">
<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="nav"><a href="/index.html"><img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;">VENITH<img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:right"></a></div>
<div class="txt">
<h1>Winter with The Crow and The Raven</h1>
A crow and a raven eat berries in a tree.

View file

@ -1,205 +0,0 @@
@charset "UTF-8";
@font-face {
font-family: "System Font";
src: url("https://cdn.venith.net/www.venith.net/assets/fonts/SFUIRounded.woff") format('woff');
}
*, a, button, body {cursor:url('https://cdn.venith.net/www.venith.net/assets/images/cursor.png'), auto!important;}
:root {
--genwidth: 850px;
--navwidth: 175px;
--fg: #ddd;
--altfg: #ccc;
--fgemph: white;
--bg: #111;
--altbg: #333;
--emph: #333;
--bordercolor: #555;
--limish: #0e0;
}
body {
font-family: "System Font";
background: linear-gradient(indigo, darkslategray) fixed;
background: #100;
margin-bottom: 100px;
font-weight: 300;
color: #fff;
padding: 1.5em;
max-width: 100%;
background: url(https://cdn.venith.net/www.venith.net/assets/images/bg.gif) center center/cover fixed no-repeat;
}
html, body {
height: 100%;
}
a {
color: #EE4B2B;
text-decoration: none;
transition: color 0.3s ease;
}
a:hover {
color: #fff;
}
h1, h2, h3 {
font-weight: lighter;
}
header {
text-align: center;
margin-bottom: 1em;
}
header .moeta-name {
padding: 1rem;
background: rgba(0, 0, 0, 0.5);
display: inline-block;
width: 100%;
max-width: 850px;
}
.moeta-name h1 {
margin-bottom: 0;
}
.moeta-name p {
opacity: 0.6;
font-size: 0.875em;
}
main {
padding: 1.5em;
margin-bottom: 2em;
background: rgba(0, 0, 0, 0.5);
max-width: 100%;
box-sizing: border-box;
}
main h2 {
position: relative;
margin-top: 3em;
}
main h2:before {
content: '';
height: 100%;
width: 0.5rem;
left: -1.5rem;
background: #EE4B2B;
position: absolute;
}
main h2:first-child {
margin-top: 0;
}
footer {
padding: 1em;
text-align: center;
background: rgba(0, 0, 0, 0.6);
}
/* Modernized Navigation Styling */
nav {
background-color: #222;
border-bottom: 1px solid #444;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
position: sticky;
top: 0;
z-index: 1000;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center; /* Ensures horizontal alignment */
flex-wrap: wrap; /* Allows wrapping on smaller screens */
}
nav li {
margin: 0 15px;
}
nav a {
display: block;
color: #fff;
padding: 14px 16px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
transition: background-color 0.3s ease, color 0.3s ease;
border-radius: 4px;
}
nav a:hover {
background-color: #EE4B2B;
color: #fff;
}
/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
body {
padding: 0;
max-width: 100%;
float: none;
margin-bottom: 0;
}
header {
display: flex;
align-items: center;
justify-content: center;
height: auto;
}
header .moeta-name {
padding: 1.5em;
text-align: center;
max-width: 100%;
}
main {
padding: 1em;
margin-bottom: 1em;
}
nav ul {
flex-wrap: wrap; /* Allows wrapping for smaller devices */
}
nav li {
margin: 10px 5px; /* Reduced margin to fit on smaller screens */
}
nav a {
padding: 10px 12px;
text-align: center;
}
}
/* For larger screens like desktops */
@media screen and (min-width: 1024px) {
body {
max-width: 70%;
margin: 0 auto;
padding: 2em;
}
header {
margin-bottom: 2em;
}
main {
padding: 2em;
margin-bottom: 3em;
}
nav ul {
justify-content: center;
}
}

View file

@ -1,17 +0,0 @@
body {background-color:black;background-image:url(http://www.venith.net/assets/images/legacy/CHT-BG.gif);color:white!important;font-family:'Arial', 'Courier New', 'Sans-serif';word-wrap:break-word!important}
div.content {max-width:99%;width:500px;margin:0px;float:right;}
div.head {background:#000;padding:4px;max-width:99%;width:500px;font-size:21px;text-align:center;margin-bottom:4px;}
div.nav {background:#333;color:white!important;text-align:center;padding:5px 0px;}
div.text {background:rgba(0,0,0,.5);text-align:center;font-size:0.85em}
div.footer {background:black;font-size:10px}
/* BROKEN CSS:
div.text h2:before{content:'';height:100%;width:.5rem;left:-1.5rem;background:#EE4B2B;position:absolute;} */
a {color:red;}
a:hover {background:red;color:white;}
h2 {font-weight:bold}
div.nav a:hover {background-color:white!important;color:black!important}
IMG {max-width:99%;height:auto;}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 541 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

View file

@ -1,2 +0,0 @@
let year = document.getElementById("year");
year.innerHTML = new Date().getFullYear();

View file

@ -13,8 +13,8 @@
<meta name="author" content="Digital Cheese + Venith">
<meta name="description" content="Blogs created by the Venith devs.">
<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=https://cdn.venith.net/www.venith.net/media/vco.ico">
<link rel="stylesheet" href=https://cdn.venith.net/www.venith.net/media/vss.css">
<title>10/7/2023 - Legacy Devices, Podcast, And More!</title>
<!-- Other Metadata -->
<meta property="twitter:creator" content="@DigitalCheeseYT">
@ -22,7 +22,7 @@
</head>
<body>
<div class="con">
<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="nav"><a href="/index.html"><img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;">VENITH<img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:right"></a></div>
<div class="txt">
<h1>Legacy Devices, Podcast, And More!</h1>
Venith gets a domain, the site begins working on legacy devices, Venith archives, and more!

View file

@ -13,8 +13,8 @@
<meta name="author" content="Digital Cheese + Venith">
<meta name="description" content="Blogs created by the Venith devs.">
<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=https://cdn.venith.net/www.venith.net/media/vco.ico">
<link rel="stylesheet" href=https://cdn.venith.net/www.venith.net/media/vss.css">
<title>Venith Blog</title>
<!-- Other Metadata -->
<meta property="twitter:creator" content="@DigitalCheeseYT">
@ -22,7 +22,7 @@
</head>
<body>
<div class="con">
<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="nav"><a href="/index.html"><img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;">VENITH<img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:right"></a></div>
<div class="txt">
<a href="/blog/1072023.html">October 7th, 2023 Blog Entry</a>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 878 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1,16 +0,0 @@
* {font-family:sans-serif;word-wrap:break-word!important;line-height:1.2em}
body {background-color:#000;margin:0px;color:white!important;font-size:12px!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}
.foot {background:#030;font-size:10px!important;padding:2px}
h1 {background:#040;margin:auto 0px;text-align:center;font-weight:bold;}
a {color:#FFF}
a:hover {color:rgb(235, 170, 19)!important;}
::selection {background:lime;color:black}
IMG {max-width:100%;height:auto}
IMG[src="/media/vlogo2.jpg"] {float:left}
audio {width:99%}

View file

@ -1,12 +0,0 @@
- type: rules
rules:
Be decent to one another.: We're all human. Any and all forms of bigotry, harassment, doxing, exclusionary, or otherwise abusive behavior will not be tolerated. Excessive rudeness, impatience and hostility are not welcome. Do not rage out or make personal attacks against other people. Do not encourage other users to to brigade/raid other communities.
Keep chat clean.: Do not spam text, images, user mentions (pings), emoji, reactions, or anything else. Do not post offensive, obscene, politically charged, or sexually explicit content. Do not advertise outside of the relevant channels. Avoid using vulgar language and excessive profanity. While you don't have too it's generally advised to use English in public channels. A translator such as https://www.deepl.com/translator is recommended if you're not familiar with English.
Keep channels on-topic.: Avoid heavily engaging in topics outside their appropriate channels. Chatting of Venith typically is best in general. General is also the best place to talk when a more specific channel doesn't exist.
Refrain from sending unsolicited pings and direct messages.: Pings and DMs can be annoying to deal with, so please avoid using them unless they are necessary. Use pings in replies with discretion. Do not make unsolicited support requests with pings or DMs.
Understand that support is not guaranteed.: Support will be provided by the <@&1002375920897773588> and other users on a best-effort basis. If someone cannot help you, avoid becoming angry or lashing out. Instead, wait for someone else who may be able to help you.
- type: embed
embeds:
- description: "We will respond to rule violations at our own discretion. If you have an issue with another user in this server, please report it to a moderator privately. If you see rule breaking behavior, please mention our moderator role in the channel in which the violation occurred.\n\nThese rules were last updated on December 22nd, 2023."
color: 0x00ffc8

View file

@ -1,12 +0,0 @@
- type: rules
rules:
Be decent to one another.: We're all human. Any and all forms of bigotry, harassment, doxing, exclusionary, or otherwise abusive behavior will not be tolerated. Excessive rudeness, impatience and hostility are not welcome. Do not rage out or make personal attacks against other people. Do not encourage other users to to brigade/raid other communities.
Keep chat clean.: Do not spam text, images, user mentions (pings), emoji, reactions, or anything else. Do not post offensive, obscene, politically charged, or sexually explicit content. Do not advertise outside of the relevant channels. Avoid using vulgar language and excessive profanity. While you don't have too it's generally advised to use English in public channels. A translator such as https://www.deepl.com/translator is recommended if you're not familiar with English.
Keep channels on-topic.: Avoid heavily engaging in topics outside their appropriate channels. Chatting of Venith typically is best in general. General is also the best place to talk when a more specific channel doesn't exist.
Refrain from sending unsolicited pings and direct messages.: Pings and DMs can be annoying to deal with, so please avoid using them unless they are necessary. Use pings in replies with discretion. Do not make unsolicited support requests with pings or DMs.
Understand that support is not guaranteed.: Support will be provided by the <@&1152718225335914589> and other users on a best-effort basis. If someone cannot help you, avoid becoming angry or lashing out. Instead, wait for someone else who may be able to help you.
- type: embed
embeds:
- description: "We will respond to rule violations at our own discretion. If you have an issue with another user in this server, please report it to a moderator privately. If you see rule breaking behavior, please mention our moderator role in the channel in which the violation occurred.\n\nThese rules were last updated on December 22nd, 2023."
color: 0x00ffc8

View file

@ -1,12 +0,0 @@
- type: rules
rules:
Be decent to one another.: We're all human. Any and all forms of bigotry, harassment, doxing, exclusionary, or otherwise abusive behavior will not be tolerated. Excessive rudeness, impatience and hostility are not welcome. Do not rage out or make personal attacks against other people. Do not encourage other users to to brigade/raid other communities.
Keep chat clean.: Do not spam text, images, user mentions (pings), emoji, reactions, or anything else. Do not post offensive, obscene, politically charged, or sexually explicit content. Do not advertise outside of the relevant channels. Avoid using vulgar language and excessive profanity. While you don't have too it's generally advised to use English in public channels. A translator such as https://www.deepl.com/translator is recommended if you're not familiar with English.
Keep channels on-topic.: Avoid heavily engaging in topics outside their appropriate channels. Chatting of Venith typically is best in general. General is also the best place to talk when a more specific channel doesn't exist.
Refrain from sending unsolicited pings and direct messages.: Pings and DMs can be annoying to deal with, so please avoid using them unless they are necessary. Use pings in replies with discretion. Do not make unsolicited support requests with pings or DMs.
Understand that support is not guaranteed.: Support will be provided by the <@&1086091430860173363> and other users on a best-effort basis. If someone cannot help you, avoid becoming angry or lashing out. Instead, wait for someone else who may be able to help you.
- type: embed
embeds:
- description: "We will respond to rule violations at our own discretion. If you have an issue with another user in this server, please report it to a moderator privately. If you see rule breaking behavior, please mention our moderator role in the channel in which the violation occurred.\n\nThese rules were last updated on December 22nd, 2023."
color: 0x00ffc8

View file

@ -13,8 +13,8 @@
<meta name="author" content="Digital Cheese + Venith">
<meta name="description" content="The official Venith podcast created by Digital Cheese!">
<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, Podcast, Hell, CrazyHellTechnologies">
<link rel="shortcut icon" href="/media/vco.ico">
<link rel="stylesheet" href="/media/vss.css">
<link rel="shortcut icon" href=https://cdn.venith.net/www.venith.net/media/vco.ico">
<link rel="stylesheet" href=https://cdn.venith.net/www.venith.net/media/vss.css">
<title>Venithcast</title>
<!-- Other Metadata -->
<meta property="twitter:creator" content="@DigitalCheeseYT">
@ -22,7 +22,7 @@
</head>
<body>
<div class="con">
<div class="nav"><a href="http://www.venith.net"><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="nav"><a href="http://www.venith.net"><img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;">Venith<img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:right"></a></div>
<div class="txt">Venith has a podcast for both tech-related stuff and gaming/other stuff such as that. Please support us by sharing around the episodes via linking it! Thanks for watching :D
<hr>
<h1>Hacking Stories</h1>

View file

@ -13,8 +13,8 @@
<meta name="author" content="Digital Cheese + Venith">
<meta name="description" content="This episode is about interviewing Mellay who was recently banned from YouTube.">
<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=https://cdn.venith.net/www.venith.net/media/vco.ico">
<link rel="stylesheet" href=https://cdn.venith.net/www.venith.net/media/vss.css">
<title>E1 - The Mellay Interview</title>
<!-- Other Metadata -->
<meta property="twitter:creator" content="@DigitalCheeseYT">
@ -22,7 +22,7 @@
</head>
<body>
<div class="con">
<div class="nav"><a href="http://www.venith.net"><img src="/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:left">Venith<img src="/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:right"></a></div>
<div class="nav"><a href="http://www.venith.net"><img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:left">Venith<img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:right"></a></div>
<div class="txt">
<audio controls preload="none" src="https://www.venith.net/media/podcast/old/e1.mp3">Audio Isnt Supported On Your Browser If This Doesnt Load</audio>
<br><br>

View file

@ -13,8 +13,8 @@
<meta name="author" content="Digital Cheese + ARandomInternetUser">
<meta name="description" content="The Venith crew (aka DC) interview ARandomInternetUser about his Neocities website, Interevolution, and some other cool stuff.">
<meta name="keywords" content="90s Web, 2000s, Neocities, Yesterweb, YouTube, Podcast, Twitter, Interevolution, Coding, HTML, CSS, JavaScript, Node.JS, Digital Cheese, Venith, TDK, ARandomInternetUser, GitHub, Web-Development">
<link rel="shortcut icon" href="/media/vco.ico">
<link rel="stylesheet" href="/media/vss.css">
<link rel="shortcut icon" href=https://cdn.venith.net/www.venith.net/media/vco.ico">
<link rel="stylesheet" href=https://cdn.venith.net/www.venith.net/media/vss.css">
<title>E2 - ARandomInternetUser</title>
<!-- Other Metadata -->
<meta property="twitter:creator" content="@DigitalCheeseYT">
@ -22,7 +22,7 @@
</head>
<body>
<div class="con">
<div class="nav"><a href="http://www.venith.net"><img src="/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:left">Venith<img src="/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:right"></a></div>
<div class="nav"><a href="http://www.venith.net"><img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:left">Venith<img src=https://cdn.venith.net/www.venith.net/media/vlogo2.jpg" alt="Venith" title="Venith Logo" style="width:32px;float:right"></a></div>
<div class="txt">
<audio controls preload="none" src="https://www.venith.net/media/podcast/old/e2.mp3">Audio Isnt Supported On Your Browser If This Doesnt Load</audio>
<br><br>

View file

@ -13,8 +13,8 @@
<meta name="author" content="Digital Cheese + ARandomInternetUser">
<meta name="description" content="MattTheTekie interviews Gato about his hacking history, MattTheTekie also explains his own hacking history, and talks about cybersecurity related events. Interevolution, and some other cool stuff.">
<meta name="keywords" content="90s Web, 2000s, Neocities, Yesterweb, YouTube, Podcast, Twitter, Interevolution, Coding, HTML, CSS, JavaScript, Node.JS, Digital Cheese, Venith, TDK, ARandomInternetUser, GitHub, Web-Development">
<link rel="shortcut icon" href="/media/vco.ico">
<link rel="stylesheet" href="/media/vss.css">
<link rel="shortcut icon" href=https://cdn.venith.net/www.venith.net/media/vco.ico">
<link rel="stylesheet" href=https://cdn.venith.net/www.venith.net/media/vss.css">
<title>E3 - (Extras) Hacking</title>
<!-- Other Metadata -->
<meta property="twitter:creator" content="@DigitalCheeseYT">