powni 32084f6632
Make more Htmly (#644)
* optimized html.html

* Remove legacy compatiblity tag

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:57:45 +13:00

12 lines
223 B
HTML
Executable File

<!DOCTYPE html>
<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>