proper html5 file

This commit is contained in:
Colin McMillen 2020-03-17 13:30:43 -04:00
parent d992d1d574
commit 5b75ed7805

View File

@ -1 +1,12 @@
hello world
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open COVID News</title>
</head>
<body>
Hello, world!
</body>
</html>