chore: update stuff
This commit is contained in:
parent
cd7beaacbf
commit
afbb6333b9
3 changed files with 66 additions and 43 deletions
|
|
@ -15,7 +15,6 @@
|
|||
<meta property="keywords" content="90s Web, 2000s, Political, Veltron, Blog, Neocities, 3DSPaint, DSiPaint, Gaming, Web, HTML, CSS, Programming, Email, Tutorials, Guilded, Discord, YouTube, Twitter">
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="css/global.css" />
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
<!-- Favicon -->
|
||||
<link
|
||||
rel="icon"
|
||||
|
|
|
|||
16
chat.html
16
chat.html
|
|
@ -14,6 +14,22 @@
|
|||
<meta property="author" content="MattTheTekie + Veltron">
|
||||
|
||||
<link rel="stylesheet" href="css/global.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="images/favicon/banner.png"
|
||||
sizes="96x96"
|
||||
/>
|
||||
<link rel="shortcut icon" href="images/favicon/banner.png" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="images/favicon/banner.png"
|
||||
/>
|
||||
<meta name="apple-mobile-web-app-title" content="VELTRON" />
|
||||
<link rel="manifest" href="images/favicon/site.webmanifest" />
|
||||
<!-- Canonical tag -->
|
||||
<link rel="canonical" href="index.html" />
|
||||
<style>
|
||||
/* Chatroom Styling */
|
||||
.chatroom-wrapper {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>Guestbook - Veltron Network</title>
|
||||
<meta charset="UTF-8">
|
||||
<title>Guestbook - Veltron Network</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta property="og:type" content="summary">
|
||||
<meta property="og:site_name" content="MattTheTekie presents">
|
||||
<meta property="og:title" content="The Veltron Network">
|
||||
|
|
@ -12,10 +12,27 @@
|
|||
<meta property="og:url" content="http://www.veltron.net/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta property="author" content="MattTheTekie + Veltron">
|
||||
<meta property="keywords" content="90s Web, 2000s, Political, Veltron, Blog, Neocities, 3DSPaint, DSiPaint, Gaming, Web, HTML, CSS, Programming, Email, Tutorials, Guilded, Discord, YouTube, Twitter">
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="css/global.css" />
|
||||
<style>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="images/favicon/banner.png"
|
||||
sizes="96x96"
|
||||
/>
|
||||
<link rel="shortcut icon" href="images/favicon/banner.png" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="images/favicon/banner.png"
|
||||
/>
|
||||
<meta name="apple-mobile-web-app-title" content="VELTRON" />
|
||||
<link rel="manifest" href="images/favicon/site.webmanifest" />
|
||||
<!-- Canonical tag -->
|
||||
<link rel="canonical" href="index.html" />
|
||||
</head>
|
||||
|
||||
|
||||
<style>
|
||||
.guestbook-header-img {
|
||||
height: 33px;
|
||||
}
|
||||
|
|
@ -42,40 +59,19 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
<!-- Favicon -->
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="images/favicon/banner.png"
|
||||
sizes="96x96"
|
||||
/>
|
||||
<link rel="shortcut icon" href="images/favicon/banner.png" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="images/favicon/banner.png"
|
||||
/>
|
||||
<meta name="apple-mobile-web-app-title" content="VELTRON" />
|
||||
<link rel="manifest" href="images/favicon/site.webmanifest" />
|
||||
<!-- Canonical tag -->
|
||||
<link rel="canonical" href="index.html" />
|
||||
</head>
|
||||
|
||||
<body id="body">
|
||||
<!---Site Container--->
|
||||
<div id="websiteContainer">
|
||||
|
||||
<!-- Spacer -->
|
||||
<div id="websiteSpacerTop"></div>
|
||||
|
||||
<!-- Header -->
|
||||
<header id="header">
|
||||
<img
|
||||
src="images/site-banner.png"
|
||||
alt="Logo and Title"
|
||||
class="header-logo"
|
||||
/>
|
||||
<img src="images/site-banner.png" alt="Logo and Title" class="header-logo"/>
|
||||
</header>
|
||||
|
||||
<!-- Left Aside -->
|
||||
<!-- Left Aside -->
|
||||
<aside id="leftSiteContent">
|
||||
<!-- Main Navigation -->
|
||||
<nav id="leftNav" aria-label="Main Navigation">
|
||||
|
|
@ -378,7 +374,7 @@
|
|||
</nav>
|
||||
</aside>
|
||||
|
||||
<!-- Right Aside -->
|
||||
<!-- Right Aside -->
|
||||
<aside id="rightSiteContent">
|
||||
<div class="aside-ads-container">
|
||||
<span>Cool Posters</span>
|
||||
|
|
@ -418,13 +414,10 @@
|
|||
</a> </div>
|
||||
</aside>
|
||||
|
||||
<!-- Main Page -->
|
||||
<!-- Main Content -->
|
||||
<main id="middleContent">
|
||||
<!-- Home Section-->
|
||||
<section id="homeSection">
|
||||
|
||||
<main id="mainContent" aria-label="Main Content">
|
||||
<section>
|
||||
<header>
|
||||
<h1>Sign my Guestbook !</h1>
|
||||
<div class="glass-borders">
|
||||
|
|
@ -462,8 +455,9 @@
|
|||
>Open in a new tab</a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</article>
|
||||
<!-- ================================================= -->
|
||||
<!-- Featured Buttons Carousel -->
|
||||
<nav class="carousel-buttons text-containers-main-bg" aria-label="88x31 Button Carousel">
|
||||
<div>
|
||||
|
|
@ -543,20 +537,34 @@
|
|||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer id="bottomFooter">
|
||||
<span>2019 - <script>document.write(new Date().getFullYear());</script> © Veltron Network</span><br />
|
||||
<a href="https://discord.go.veltron.net">Discord</a> <a href="mailto:mattthetekie@veltron.net">e-mail</a>
|
||||
</footer>
|
||||
<!-- Spacer -->
|
||||
|
||||
<div id="websiteSpacerBottom"></div>
|
||||
</div>
|
||||
<!-- Javascript -->
|
||||
|
||||
<!-- Chat Rules Popup -->
|
||||
<script>
|
||||
if (!localStorage.getItem("chatPopupDisplayed")) {
|
||||
if (
|
||||
confirm(
|
||||
"Chatroom Rules:\n\n1. 13+ Only\n2. Don't Spam\n3. Be Respectful\n4. No Scams\n5. No Slurs\n6. No Politics\n7. No Racism/Homophobia\n\nPress OK to not be reminded again."
|
||||
)
|
||||
) {
|
||||
localStorage.setItem("chatPopupDisplayed", "true");
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script src="javascript/carousel.js"></script>
|
||||
<script src="javascript/view-counter.js"></script>
|
||||
<script src="javascript/nav-music.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue