Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitaldot committed Jun 28, 2024
1 parent 3c38117 commit 001e839
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website/freddit.net/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@

<body>
<main class="container">
<div class="row">
<!-- logo -->
<div class="row">
<div class="col-md-12 text-center">
<img src="assets/imgs/freddit-freebuild.png" alt="Freddit Freebuild" style="width: 200px;">
</div>
</div>

<div class="row justify-content-center mt-4" id="server-status">
<!-- Server status will be added here -->
</div>
Expand All @@ -47,7 +45,6 @@
</div>
</div>


<footer class="container">
<p class="text-center">Freddit Freebuild, est. 2015</p>
</footer>
Expand All @@ -63,7 +60,6 @@
const servers = [
{'name': 'Freddit Freebuild', 'address': 'play.freddit.net', 'map_url': 'https://map.freddit.net'},
{'name': 'Freddit Survival', 'address': 'survival.freddit.net', 'map_url': 'https://survivalmap.freddit.net'}

]

const copyToClipboard = (text) => {
Expand Down

0 comments on commit 001e839

Please sign in to comment.