Sign in
cobalt
/
cobalt
/
0a28a8fa312d64217177b774535966deff46f251
/
.
/
src
/
third_party
/
web_platform_tests
/
dom
/
nodes
/
encoding.py
blob: 5f889e8db2a55cdfd23b0083a45a147a9fb87ab2 [
file
] [
log
] [
blame
]
from
cgi
import
escape
def
main
(
request
,
response
):
label
=
request
.
GET
.
first
(
'label'
)
return
"""<!doctype html><meta charset="%s">"""
%
escape
(
label
)