Declare HTML doctype

This is important due to certain behavior of localstack S3.
This commit is contained in:
Rohan McGovern 2022-06-20 09:32:56 +10:00
parent e27033d1f4
commit 975e9f9f9e
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "repo-autoindex"
version = "0.1.0"
version = "0.1.1"
description = "Generic static HTML indexes of various repository types"
authors = ["Rohan McGovern <rmcgover@redhat.com>"]
license = "GPLv3"

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
{# A generic index page for any kind of content. #}
<head>