Make more Htmly (#644)
* optimized html.html * Remove legacy compatiblity tag Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
16
h/html.html
16
h/html.html
@@ -1,9 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Hello World HTML</title>
|
<meta charset="UTF-8">
|
||||||
</head>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<body>
|
<title>Hello World!</title>
|
||||||
<h1>Hello World</h1>
|
</head>
|
||||||
</body>
|
<body>
|
||||||
|
<h1>Hello World!</h1>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user