#!/usr/bin/env python3
# -*- coding: utf-8 -*-

print('Content-type:text/html\r\n\r\n')

print('<h2>Hello world.</h2>')