瀏覽代碼

added background image to match Copim website

joel
Simon Bowie 2 年之前
父節點
當前提交
f63b8314e5
共有 2 個檔案被更改,包括 3 行新增0 行删除
  1. 二進制
      web/app/static/images/dots-bg.png
  2. +3
    -0
      web/app/templates/base.html

二進制
web/app/static/images/dots-bg.png 查看文件

Before After
Width: 1595  |  Height: 1199  |  Size: 27KB

+ 3
- 0
web/app/templates/base.html 查看文件

@@ -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 %}

Loading…
取消
儲存