File: test-add-extent.html

package info (click to toggle)
chalow 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 324 kB
  • ctags: 53
  • sloc: perl: 1,534; makefile: 52
file content (23 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head><title>test: add-extent.pl</title></head>
<body>

<img
 src="image/2001-11-20-23-19-44.s.jpg" alt="">


<img src="image/2001-11-30-10-03-52.s.jpg" width="10" alt="">

<img src="image/2001-11-30-10-03-52.s.jpg" height=10 alt="">

<img src=image/2001-11-30-10-03-52.s.jpg width="10" alt="">

<img src=image/2001-11-30-10-03-52.s.jpg>

<img src="image/2001-11-30-10-03-52.s.jpg" width="10" height=10 alt="">

<img src="image/2001-11-30-10-03-52.s.jpg" height=10 width=10 alt="">


</body>
</html>