Mercurial Hosting > freedit
view 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 |
line wrap: on
line source
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> @import "bbcode.css"; </style> <script src="bbcode.js"></script> </head> <body> <p>top</p> <p edit></p> <p>bottom</p> </body> <script> bbcodeCreate('p[edit]'); </script> </html>