From 3b63fa3d397abb1cc8128cc3a22f1f40a6598046 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Mon, 19 Apr 2021 16:42:52 +0800
Subject: [PATCH] jessiebuca插件初始化
---
src/main/resources/public/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html
index 67feea1..c90f7fc 100755
--- a/src/main/resources/public/index.html
+++ b/src/main/resources/public/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
<html>
<head>
@@ -78,8 +78,8 @@
<div class="player-wrapper" id="container" style="background-color: #0D0E1B;width:900px;height:500px">
</div>
-<div id="progressTime"></div>
+<div id="progressTime"></div>
<div class="btn-wrapper" id="playDom">
<button class="btn" id="play">播放</button>
</div>
--
Gitblit v1.9.1