Explorar el Código

added background image to match Copim website

joel
Simon Bowie hace 2 años
padre
commit
f63b8314e5
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  1. BIN
      web/app/static/images/dots-bg.png
  2. +3
    -0
      web/app/templates/base.html

BIN
web/app/static/images/dots-bg.png Ver fichero

Antes Después
Anchura: 1595  |  Altura: 1199  |  Tamaño: 27KB

+ 3
- 0
web/app/templates/base.html Ver fichero

@@ -123,6 +123,9 @@

<!-- Begin page content -->
<main class="flex-shrink-0">
<div class="layer-bg w-100">
<img class="img-fluid w-100" src="{{ url_for('static',filename='images/dots-bg.png') }}" alt="bg-shape">
</div>
<div class="container">
{% with messages = get_flashed_messages() %}
{% if messages %}

Cargando…
Cancelar
Guardar