file: create index.html with default HTML template

This commit is contained in:
Leon Xu
2022-04-12 12:13:11 -07:00
parent 357b4e63d0
commit b25d62c105
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>COVID19 API - Docs</title>
</head>
<body></body>
</html>