ref: 08f0b154171793f440928929fbca6e49ac085738
dir: /mkindex.rc/
#!/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: 200px; height: 200px; } img{ width: 160px; height: 160px; } </style> </head> <body> <p> </p> 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