Add a README file explaining what's going on, and the examples DIR containing a HTML...
[plasmaplugin.git] / examples / plasma.html
blobfed550e238dc67b349d2ea47e402521daf2e7483
1 <html>
2 <head>
3 <title></title>
4 <meta content="">
5 <style></style>
6 </head>
7 <body><p>plasma!!!!</p>
8 <table width="100%">
9 <tr>
10 <td width="50%">
11 <object id="Plasmoid1" TYPE=application/plasmoid WIDTH=400 HEIGHT=200 applet="digital-clock"></object>
12 </td>
13 <td width="50%">
14 <object id="Plasmoid2" TYPE=application/plasmoid WIDTH=200 HEIGHT=200 applet="clock"></object>
15 </td>
16 </tr>
17 </table>
18 </body>
19 </html>