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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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