|
|
@ -2,14 +2,16 @@ html_head = """ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="en"> |
|
|
|
<head> |
|
|
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/rra/distribusi --> |
|
|
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi --> |
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<style> |
|
|
|
.image{max-width: 100%%;} |
|
|
|
.pdf {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;} |
|
|
|
.dir::before{content:"📁";font-size:18px;} |
|
|
|
%s |
|
|
|
</style> |
|
|
|
</head> |
|
|
|