Skip to content

Commit b3d5577

Browse files
committed
Updated copyright info in home.html to use HTML comments
1 parent 1be6879 commit b3d5577

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ By default ``FileResponse`` looks for the file in the server's ``root_path`` dir
6868
.. literalinclude:: ../examples/home.html
6969
:language: html
7070
:caption: www/home.html
71-
:lines: 5-
71+
:lines: 7-
7272
:linenos:
7373

7474
Tasks between requests

examples/home.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# SPDX-FileCopyrightText: 2023 Michał Pokusa
2-
#
3-
# SPDX-License-Identifier: Unlicense
1+
<!--
2+
SPDX-FileCopyrightText: 2023 Michal Pokusa
3+
4+
SPDX-License-Identifier: Unlicense
5+
-->
46

57
<html lang="en">
68
<head>

0 commit comments

Comments
 (0)