21 lines
414 B
Python
21 lines
414 B
Python
# -*- coding: utf-8 -*-
|
|
html_head = """
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
|
<meta name="generator" content="distribusi" />
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<style>
|
|
%s
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="header"></div>
|
|
"""
|
|
|
|
html_footer = """
|
|
</body>
|
|
</html>
|
|
"""
|