Pjotir vor 2 Jahren
Ursprung
Commit
977c44089c
3 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 4 0
      static/css/custom.css
  2. BIN
      static/favicon.png
  3. 2 0
      templates/home.html

+ 4 - 0
static/css/custom.css

@@ -373,4 +373,8 @@ body {
 a .playerline span {
     text-decoration: none;
     color: green;
+}
+
+.header img {
+    max-width: 100px;
 }

BIN
static/favicon.png


+ 2 - 0
templates/home.html

@@ -12,10 +12,12 @@
         <link rel="stylesheet" href="static/css/normalize.css">
         <link rel="stylesheet" href="static/css/skeleton.css">
         <link rel="stylesheet" href="static/css/custom.css">
+        <link rel="icon" type="image/x-icon" href="/static/favicon.png">
     </head>
     <body>
         <div class="container">
             <section class="header">
+                <img src="/static/favicon.png" alt="Boppers Bizza Server Logo">
                 <h1 class="title">Boppers Bizza Minecraft Server</h1>
                 <h3>Current Modpack: Prominence II v.2.8.0hf</h3>
             </section>