object-wrapper.html 239 Bytes
Newer Older
Claudio Valerio's avatar
Claudio Valerio committed
1 2 3 4 5 6 7 8 9 10 11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
    <head>
        <title>%1</title>
    </head>
    <body>
        <body>
            <object type="%2" data="%3" width="100%" height="100%" />
        </body>
    </body>
</html>