15 lines
245 B
HTML
15 lines
245 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title> {{title}} </title>
|
||
|
<link href="/css" rel="stylesheet" type="text/css" media="screen" />
|
||
|
<script src="/script"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<a href="/file/{{id}}"><img src="/tn/{{id}}" /></a>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|