Skip to content

Commit

Permalink
Fix missing html closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonLi authored Apr 4, 2024
1 parent bdb79ed commit b723cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=zh><title>DDPSS</title><meta charset=UTF-8><link href="{{ url_for('static', filename='style.min.css') }}"rel=stylesheet><div class=main-container><div class=typewriter-text>Welcome to use DDPSS !</div></div>
<!DOCTYPE html><html lang="zh"><title>DDPSS</title><meta charset="UTF-8"><link href="{{ url_for('static', filename='style.min.css') }}" rel="stylesheet"><div class="main-container"><div class="typewriter-text">Welcome to use DDPSS !</div></div></html>

0 comments on commit b723cd8

Please sign in to comment.