Sha256: 5c0797a8845838943c45bbcc46e067ae42540e2db7eb105c08f2405c787578ae
Contents?: true
Size: 674 Bytes
Versions: 6
Compression:
Stored size: 674 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Index</title> <style type="text/css"> body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } div.dialog { width: 25em; padding: 0 4em; margin: 4em auto 0 auto; border: 1px solid #ccc; border-right-color: #999; border-bottom-color: #999; } h1 { font-size: 100%; color: #090; line-height: 1.5em; } </style> </head> <body> <!-- This file lives in public/index.html --> <div class="dialog"> <h1>index.html</h1> <p>This is the app’s default index page. It helps to make routing easy to test.</p> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems