Browse Source

favu

master
Petr Plachý 4 years ago
parent
commit
af734c29a8
  1. BIN
      db.sqlite3
  2. BIN
      ubytovani/static/img/apple-touch-icon.png
  3. 1
      ubytovani/templates/base.html

BIN
db.sqlite3

Binary file not shown.

BIN
ubytovani/static/img/apple-touch-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

1
ubytovani/templates/base.html

@ -16,6 +16,7 @@
</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="{% static 'img/apple-touch-icon.png' %}" type="image/x-icon">
{# Global stylesheets #}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">

Loading…
Cancel
Save