From ab7feff4629b7583b9710e8e770fcf7bfbea3eb7 Mon Sep 17 00:00:00 2001 From: weishao Date: Tue, 5 Jul 2022 18:40:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/pages/index.ftl | 30 ++++++++++++++-------------- src/main/webapp/static/js/supersized-init.js | 6 +++--- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/main/webapp/WEB-INF/pages/index.ftl b/src/main/webapp/WEB-INF/pages/index.ftl index bd2f036..7ee4e32 100644 --- a/src/main/webapp/WEB-INF/pages/index.ftl +++ b/src/main/webapp/WEB-INF/pages/index.ftl @@ -5,13 +5,13 @@ JWebssh - - - + + + - - - + + + - - - - - - - - - + + + + + + + + + diff --git a/src/main/webapp/static/js/supersized-init.js b/src/main/webapp/static/js/supersized-init.js index 1ddf94f..d68eb30 100644 --- a/src/main/webapp/static/js/supersized-init.js +++ b/src/main/webapp/static/js/supersized-init.js @@ -20,9 +20,9 @@ jQuery(function($){ // Components slide_links : 'blank', // Individual links for each slide (Options: false, 'num', 'name', 'blank') slides : [ // Slideshow Images - {image : '/static/image/backgrounds/1.jpg'}, - {image : '/static/image/backgrounds/2.jpg'}, - {image : '/static/image/backgrounds/3.jpg'} + {image : './static/image/backgrounds/1.jpg'}, + {image : './static/image/backgrounds/2.jpg'}, + {image : './static/image/backgrounds/3.jpg'} ] });