Make more Htmly (#644)

* optimized html.html

* Remove legacy compatiblity tag

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
powni
2020-03-29 17:57:45 +02:00
committed by GitHub
parent 3bbbe42582
commit 32084f6632

View File

@@ -1,9 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello World HTML</title>
</head>
<body>
<h1>Hello World</h1>
</body>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>