UNPKG

@matrixoc/snippet

Version:
16 lines (15 loc) 254 B
<!DOCTYPE html> <html> <head> <style> .yourclass { color: gray; } </style> </head> <body> <div class="yourclass"> Hello, World! </div> </body> </html>