echo '

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Language" content="cs">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> </title>
<link rel="stylesheet" type="text/css" href="styl.css" media="screen">
<link href="favicon.png" rel="icon" type="image/png">
</head>
<body>
'

for f in *; do
  echo "<a href=\"$f\"><img src=\"$f\" width=300></a>"
done
