Sha256: ee20a6c0f5bb7de0165eecac803c1d0972ccd305276ddd32514263210474fa12
Contents?: true
Size: 427 Bytes
Versions: 7
Compression:
Stored size: 427 Bytes
Contents
<!doctype html> <html> <head> <title>My Application</title> <style> body { margin: 0px; padding: 0px; overflow: hidden; } svg { width: 100%; height: 100vh; } </style> </head> <body> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <ellipse cx="50" cy="50" rx="10" ry="10" stroke="#000" stroke-width=".253"/> </svg> <script src='application.js'></script> </body> </html>
Version data entries
7 entries across 7 versions & 2 rubygems