Mercurial Hosting > freedit
annotate src/bbcode/test.html @ 61:389e5d8e5f8a default tip
minor
| author | Franklin Schmidt <fschmidt@gmail.com> | 
|---|---|
| date | Tue, 06 Dec 2022 13:37:25 -0700 | 
| parents | 78b2d6995244 | 
| children | 
| rev | line source | 
|---|---|
| 44 | 1 <!doctype html> | 
| 2 <html> | |
| 3 <head> | |
| 4 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| 5 <style> | |
| 6 @import "bbcode.css"; | |
| 7 </style> | |
| 8 <script src="bbcode.js"></script> | |
| 9 </head> | |
| 51 | 10 <body> | 
| 44 | 11 <p>top</p> | 
| 12 <p edit></p> | |
| 13 <p>bottom</p> | |
| 14 </body> | |
| 51 | 15 <script> | 
| 16 bbcodeCreate('p[edit]'); | |
| 17 </script> | |
| 44 | 18 </html> | 
