Distribusi is a content management system for the web that produces static pages based on the file system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
646 B

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>
.image{max-width: 100%%;}
.pdf object{width:100%%;}
.dir::before{content:"📁 ";font-size:18px;}
.filename{display:block;}
.unkown-file::before{content:"📄 ";font-size:18px;}
div{width: 640px;float:left;padding:1em;}
video {width:640px;}
%s
</style>
</head>
<body>
"""
html_footer = """
</body>
</html>
"""