Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitaldot committed Jun 28, 2024
1 parent 7eea307 commit c083575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions website/freddit.net/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<title>Freddit Freebuild</title>

<meta name="description" content="The only Minecraft server">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
Expand All @@ -12,7 +13,6 @@
max-width: 600px;
margin: 0 auto;
padding: 20px;
margin-top: 40px;
}
code {
border-radius: 4px;
Expand All @@ -24,9 +24,13 @@
<body>
<main class="container">
<div class="row">
<!-- logo -->
<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" id="server-status">
<div class="row justify-content-center mt-4" id="server-status">
<!-- Server status will be added here -->
</div>
</main>
Expand Down

0 comments on commit c083575

Please sign in to comment.