|
Revision 2320, 0.6 kB
(checked in by gyuque, 5 years ago)
|
|
imported.
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|---|
| 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|---|
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
|
|---|
| 5 | <head>
|
|---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|---|
| 7 | <title>TestApp</title>
|
|---|
| 8 | </head>
|
|---|
| 9 | <body>
|
|---|
| 10 | <div>
|
|---|
| 11 | <object data="TestApp.swf" type="application/x-shockwave-flash" width="640" height="480">
|
|---|
| 12 | <param name="movie" value="TestApp.swf" />
|
|---|
| 13 | <p>Install Flash Player 9</p>
|
|---|
| 14 | </object>
|
|---|
| 15 | </div>
|
|---|
| 16 | </body>
|
|---|
| 17 | </html>
|
|---|