Skip to content

Commit

Permalink
tweak for pagespeed insights (google)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-coded committed Jul 8, 2024
1 parent aee1e67 commit afbe15d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
3 changes: 3 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
border-color: black;
border-style: solid;

width: 560px;
height: 315px;

box-shadow: 0px 0px 10px #71CC168a;
}

Expand Down
43 changes: 20 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta charset="utf-8">
Expand All @@ -8,7 +8,10 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="icon" href="/assets/img/favicon.png" type="image/x-icon">
<script type='text/javascript' src='/assets/script.js'></script>
<!-- <script type='text/javascript' src='/assets/script.js'></script> -->

<!-- Google -->
<meta name="description" content="Nexia is a combat test snapshot 8c (CTS) server, providing useful resources and information about CTS.">

<!-- Primary Meta Tags -->
<meta property="type" content="website"/>
Expand Down Expand Up @@ -36,35 +39,29 @@

<body>
<div class="content">
<img src="/assets/img/favicon.png" id="icon" alt="Nexia Logo" loading="lazy"/>

<div class="content-wrap">
<img src="/assets/img/favicon.png" id="icon" alt="Nexia Logo"/>
<h1>Nexia</h1>
<p>Nexia is a combat test snapshot 8c (CTS) server, providing useful resources and information about CTS.</p>

<h1>Nexia</h1>
<p>Nexia is a combat test snapshot 8c (CTS) server, providing useful resources and information about CTS.</p>

<br>
<br>

<h1>Info</h1>
<h1>Info</h1>

<h3>Minecraft server...</h3>
<h2>Minecraft server...</h2>

<p>🇪🇺 | <strong>EU</strong> IP: eu.nexia.dev</p>
<p>🇺🇸 | <strong>NA</strong> IP: na.nexia.dev</p>
<p>Version: <a href="https://minecraft.wiki/w/Java_Edition_Combat_Test_8c">Combat Test 8c</a></p>
<p>🇪🇺 | <strong>EU</strong> IP: eu.nexia.dev</p>
<p>🇺🇸 | <strong>NA</strong> IP: na.nexia.dev</p>
<p>Version: <a href="https://minecraft.wiki/w/Java_Edition_Combat_Test_8c">Combat Test 8c</a></p>

<br>
<h3>Discord server...</h3>
<p>❓️ | <strong>Invite</strong>: <a href="https://discord.gg/uUC3zCZ2S7">https://discord.gg/uUC3zCZ2S7</a></p>
<br>
<h2>Discord server...</h2>
<p>❓️ | <strong>Invite</strong>: <a href="https://discord.gg/uUC3zCZ2S7">https://discord.gg/uUC3zCZ2S7</a></p>

<br>
<br>
<br>
<br>

<h1>How do I join?</h1>
<iframe id="video" width="560" height="315" src="https://www.youtube.com/embed/mvKWIjY-dAc?start=0" allow="fullscreen"></iframe>
</div>

<h1>How do I join?</h1>
<iframe id="video" title="How to install the Combat Test Snapshots" src="https://www.youtube-nocookie.com/embed/mvKWIjY-dAc?start=0" frameborder="0" allow="fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
</body>
</html>

0 comments on commit afbe15d

Please sign in to comment.