Skip to content

Commit

Permalink
Update DOCTYPE of static/index.html (#10981)
Browse files Browse the repository at this point in the history
* Update DOCTYPE (Issue #10973)

* Update index.html
  • Loading branch information
wuteek authored Apr 12, 2022
1 parent f9ca18f commit 5ec93e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions static/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>Public Laboratory</title>
Expand Down

0 comments on commit 5ec93e0

Please sign in to comment.