shithub: img

ref: df7f8a52cc82dbfed24fee9f09aa37ac47708846
dir: /mkindex.rc/

View raw version
#!/bin/rc

cat <<EOF
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>
body{
	background-color: black;
}
a{
	color: white;
}
div{
	float: left;
	text-align: center;
	padding: 0.25cm;
	width: 400px;
	height: 400px;
}
img{
	width: 320px;
	height: 320px;
}
</style>
</head>
<body>
EOF

for(d)
	echo '<div><a href="'^$d^'/index.html"><img src="'^$d^'/montage.jpg"/><p>'^$d^'</p></a></div>'

cat <<EOF
</body>
</html>
EOF