Skip to content

Commit

Permalink
Add <head> and <body> to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonLi authored Apr 4, 2024
1 parent b723cd8 commit a9b4ce8
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></html>
<!DOCTYPE html><html lang="zh"><head><title>DDPSS</title><meta charset="UTF-8"><link href="{{ url_for('static', filename='style.min.css') }}" rel="stylesheet"></head><body><div class="main-container"><div class="typewriter-text">Welcome to use DDPSS!</div></div></body></html>

0 comments on commit a9b4ce8

Please sign in to comment.