|
Revision 3347, 0.9 kB
(checked in by gyuque, 5 years ago)
|
|
set mime type
|
-
Property svn:mime-type set to
text/html
|
| 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 | <meta http-equiv="Content-Script-Type" content="text/javascript; charset=utf-8" />
|
|---|
| 8 | <title>AS2Draw</title>
|
|---|
| 9 |
|
|---|
| 10 | <style type="text/css">
|
|---|
| 11 | .canvas-container {
|
|---|
| 12 | background: #888;
|
|---|
| 13 | margin: 0;
|
|---|
| 14 | padding: 1px;
|
|---|
| 15 | float: left;
|
|---|
| 16 | line-height: 0;
|
|---|
| 17 | }
|
|---|
| 18 | </style>
|
|---|
| 19 | </head>
|
|---|
| 20 | <body>
|
|---|
| 21 | <div class="canvas-container">
|
|---|
| 22 | <object data="./AS2Draw.swf" type="application/x-shockwave-flash" width="480" height="288">
|
|---|
| 23 | <param name="movie" value="./AS2Draw.swf" />
|
|---|
| 24 | <param name="autostart" value="true" />
|
|---|
| 25 | <p>Install Flash Player 7</p>
|
|---|
| 26 | </object>
|
|---|
| 27 | </div>
|
|---|
| 28 | </body>
|
|---|
| 29 | </html>
|
|---|