Update html.html

This commit is contained in:
Richie Bendall
2021-01-18 19:17:48 +13:00
committed by GitHub
parent 6ae5cac108
commit 9c65ee29f3

View File

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