mirror of
https://github.com/release-engineering/repo-autoindex.git
synced 2025-02-23 21:52:52 +00:00
Declare HTML doctype
This is important due to certain behavior of localstack S3.
This commit is contained in:
parent
e27033d1f4
commit
975e9f9f9e
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "repo-autoindex"
|
name = "repo-autoindex"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Generic static HTML indexes of various repository types"
|
description = "Generic static HTML indexes of various repository types"
|
||||||
authors = ["Rohan McGovern <rmcgover@redhat.com>"]
|
authors = ["Rohan McGovern <rmcgover@redhat.com>"]
|
||||||
license = "GPLv3"
|
license = "GPLv3"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
{# A generic index page for any kind of content. #}
|
{# A generic index page for any kind of content. #}
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue