Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirdug committed Aug 15, 2024
1 parent b0b219a commit d12c8a4
Show file tree
Hide file tree
Showing 6 changed files with 535 additions and 11 deletions.
2 changes: 1 addition & 1 deletion AI.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li><a class="homepage" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#services">Games</a></li>
<li><a href="#contact">Servers</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="#contact">AI Chatbot</a></li>
</ul>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li><a class="homepage" href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Games</a></li>
<li><a href="#contact">Servers</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="AI.html">AI Chatbot</a></li>
</ul>
</nav>
Expand Down
10 changes: 8 additions & 2 deletions blink.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
}
@keyframes blinker {
50% {
opacity: 0.6;
opacity: 0.4;
}
}



body {

color: grey;

}
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li><a class="homepage" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#services">Games</a></li>
<li><a href="#contact">Servers</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="AI.html">AI Chatbot</a></li>
</ul>
</nav>
Expand All @@ -30,13 +30,8 @@
<div class="content">

<h1>Homepage</h1>
<p>Body</p>
<button class="button-86" role="button" href=test.html>Button 86</button>
<p>This is under construction</p>

<div class="chip">
<img src="https://angelic-trust-production.up.railway.app/api/badge/1/status" alt="Person" width="96" height="96">
Server Status
</div>

</div>
</div>
Expand Down
Loading

0 comments on commit d12c8a4

Please sign in to comment.