Explorar el Código

New icon

master
The Dod hace 6 meses
padre
commit
28e2a7ae3e
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      static/gfx/eob-logo.png
  2. 1
    1
      templates/index.html

BIN
static/gfx/eob-logo.png Ver fichero


+ 1
- 1
templates/index.html Ver fichero

5
   <meta name="viewport" content="width=device-width, initial-scale=1">
5
   <meta name="viewport" content="width=device-width, initial-scale=1">
6
   <title>Eye of Beholder</title>
6
   <title>Eye of Beholder</title>
7
   <link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
7
   <link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
8
-  <link rel="icon" href="/static/gfx/eye-horus.png">
8
+  <link rel="icon" href="/static/gfx/eob-logo.png">
9
 </head>
9
 </head>
10
 <body data-bs-theme="dark" class="overflow-hidden" style="cursor: none">
10
 <body data-bs-theme="dark" class="overflow-hidden" style="cursor: none">
11
   <div class="container-fluid text-center">
11
   <div class="container-fluid text-center">

Loading…
Cancelar
Guardar