distribusi/page_template.py

23 lines
543 B
Python

#!/usr/bin/env python
# -*- coding: UTF-8 -*-
html_head = """
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Generated with distribusi http://git.homebrewserver.club/distribusi/log.html -->
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>
.image{max-width: 100%;}
div{width: 640px;float:left;}
video {width:640px;}
.dir::before{content:"📁";font-size:18px;}
</style>
</head>
<body>
"""
html_footer="""
</body>
</html>
"""