From a4e316ec1c94247b0d3c7c3a587302c6cd64eff7 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Mon, 19 Apr 2021 14:52:51 +0800
Subject: [PATCH] 针对jessibuca进行初始化

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