-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7eea307
commit c083575
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -12,7 +13,6 @@ | |
max-width: 600px; | ||
margin: 0 auto; | ||
padding: 20px; | ||
margin-top: 40px; | ||
} | ||
code { | ||
border-radius: 4px; | ||
|
@@ -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> | ||
|