chore: CDN

This commit is contained in:
MattTheTekie 2024-11-23 13:27:12 -05:00
commit 438ee24942
4 changed files with 20 additions and 20 deletions

View file

@ -6,14 +6,14 @@
<meta property="og:site_name" content="Venith Network">
<meta property="og:title" content="Venith Network">
<meta property="og:description" content="Venith was created by MattTheTekie, Austcool Walker, and Digital Cheese! Please stay tuned for future projects/other services we will be creating if you are interested.">
<meta property="og:image" content="https://www.venith.net/assets/images/banner.png">
<meta property="og:image" content="https://cdn.venith.net/www.venith.net/assets/images/banner.png">
<meta property="og:image:alt" content="Venith">
<meta property="og:url" content="http://www.venith.net/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="author" content="MattTheTekie + Austcool Walker + Digital Cheese + Venith">
<meta property="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="icon" type="image/png" href="https://www.venith.net/assets/images/banner.png"/>
<link href="https://www.venith.net/assets/css/moeta.css" rel="stylesheet" type="text/css"/>
<link rel="icon" type="image/png" href="https://cdn.venith.net/www.venith.net/assets/images/banner.png"/>
<link href="https://cdn.venith.net/www.venith.net/assets/css/moeta.css" rel="stylesheet" type="text/css"/>
<title>Home - Venith</title>
</head>
@ -22,7 +22,7 @@
@font-face {
font-family: "System Font";
src: url("https://www.venith.net/assets/fonts/SFUIRounded.woff") format('woff');
src: url("https://cdn.venith.net/www.venith.net/assets/fonts/SFUIRounded.woff") format('woff');
}
:root {
@ -47,7 +47,7 @@ body {
color: #fff;
padding: 1.5em;
max-width: 100%; /* Adjusted for responsive scaling */
background: url(https://www.venith.net/assets/images/bg.gif) center center/cover fixed no-repeat;
background: url(https://cdn.venith.net/www.venith.net/assets/images/bg.gif) center center/cover fixed no-repeat;
}
html, body {
@ -264,7 +264,7 @@ nav ul li a:hover {
</nav>
<!-- Rainbow Bar -->
<img src="https://www.venith.net/assets/images/tenor.gif" alt="Rainbow Bar" class="rainbow-bar"/>
<img src="https://cdn.venith.net/www.venith.net/assets/images/tenor.gif" alt="Rainbow Bar" class="rainbow-bar"/>
<main>
<h2>🤖 Welcome</h2>
@ -307,7 +307,7 @@ nav ul li a:hover {
<p>Join our Discord hangout today for a welcoming community and exciting conversations!</p>
<center>
<p><a href="https://discord.com/invite/Xjfy4sJpWx">
<img src="https://www.venith.net/assets/images/banner.png" alt="Join Discord Banner"/>
<img src="https://cdn.venith.net/www.venith.net/assets/images/banner.png" alt="Join Discord Banner"/>
</a></p>
</center>
</main>