summaryrefslogtreecommitdiff
path: root/works/drawfile.html
blob: 6d63aaa1b89cd1dc288591e1bcf29f57f52568dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Drawfile test</title>
</head>

<body>

<h1>Drawfile test</h1>

<div>
<img src="../images/drawing" alt="Squiggle" title="A scribble">
<img src="../images/drawing" alt="Squiggle" title="A scribble" style="width: 50%">
</div>

</body>
</html>