Sha256: 8ce31f3dc1adb2e3f0a152b0c626c916ea8a4717a9c3d0dbe8dc40854be7e38c
Contents?: true
Size: 492 Bytes
Versions: 11
Compression:
Stored size: 492 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Ilog</title> <%= favicon %> </head> <body> <style> html { color: white; text-shadow: 0px 0px 0.4rem black; background: #000000 url('<%= Ilog::config.background_image %>') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } </style> <h1>Helloe</h1> <%= yield %> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems