forked from varia/distribusi
crunk
1 day ago
2 changed files with 26 additions and 38 deletions
@ -1,25 +1,16 @@ |
|||
html_head = """ |
|||
html_head = '''\ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<!-- Generated with distribusi https://git.vvvvvvaria.org/crunk/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:640px;height: 640px;} |
|||
.dir::before{content:"📁 ";font-size:18px;} |
|||
.filename{display:block;font-family:mono;} |
|||
.unkown-file::before{content:"📄 ";font-size:18px;} |
|||
div{max-width: 640px;display:inline-block;vertical-align:top;margin:1em;padding:1em;} |
|||
video {width:640px;max-height:640px;} |
|||
%s |
|||
</style> |
|||
<link rel="stylesheet" href="{cssfile}" crossorigin="anonymous"> |
|||
</head> |
|||
<body> |
|||
""" |
|||
''' |
|||
|
|||
html_footer = """ |
|||
html_footer ='''\ |
|||
</body> |
|||
</html> |
|||
""" |
|||
''' |
|||
|
Loading…
Reference in new issue