Sha256: 81a7f001e9127e73840bdf93638113215c0483cfebe23235353a34ffca4a58df
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 Bytes
Contents
<!doctype html> <html> <head> <title>Hello World</title> </head> <body> <picture> <source srcset="<%= image_path 'original.jpg' %>" media="(min-width: 900px)"> <%= image_tag 'original.jpg', alt: 'Original' %> </picture> </body> </html>
Version data entries
2 entries across 1 versions & 1 rubygems