浏览代码

added background image to match Copim website

joel
Simon Bowie 3 年前
父节点
当前提交
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 查看文件

之前 之后
宽度: 1595  |  高度: 1199  |  大小: 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 %}

正在加载...
取消
保存