UNPKG

dabble

Version:
23 lines (20 loc) 298 B
<!DOCTYPE html> <html> <head> <title>Dabble!</title> <style> body{ background: red; color: #fff; margin:auto; max-width:40em; } </style> </head> <body> <h1>Jesse Shawl</h1> <p>Likes to dabble.</p> <script> </script> </body> </html>