Mercurial Hosting > freedit
view src/bbcode/test.html @ 55:c57b84f461ae
login and registration work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 28 Nov 2022 20:33:47 -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>