Преглед на файлове

feat: 背景图片移动至hblog文件夹下

SongZihuan преди 3 години
родител
ревизия
0d6b0be3fe
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      templates/index/hello.html

+ 1 - 1
templates/index/hello.html

@@ -7,7 +7,7 @@
     <link href="{{ url_for('static', filename='styles/index/hello.css') }}" rel="stylesheet">
     <style>
         body {
-            background-image: url("{{ url_for('oss.get_page', name="bg-img.jpg") }}");
+            background-image: url("{{ url_for('oss.get_page', name="/hblog/bg-img.jpg") }}");
             overflow-y: hidden;
             overflow-x: hidden;
         }