blob: f628c2c258e1de8283a9e06bf1e8376d2b3d8fe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>dthumb</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link rel="stylesheet" type="text/css" href=".dthumb/shadowbox.css"/>
<script type="text/javascript" src=".dthumb/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init({
animate: false
});
</script>
</head>
<body><div>
|