소스 검색

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;
         }