Sha256: 2d62cc9906fd780269955ec83272a8f8a5612d6169e0baf383f720a152119c13
Contents?: true
Size: 765 Bytes
Versions: 17
Compression:
Stored size: 765 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>Bonsai, an error occurred</title> <style type="text/css" media="screen"> body { font-style: Times, "Times New Roman", serif; font-style: italic; text-shadow: white 1px 1px 1px; } h1 { font-size: 1em; text-align: center; font-weight: normal; } #main { width: 580px; margin: 0 auto; display: block; } #circle { width: 145px; height: 145px; -moz-border-radius: 72px; -webkit-border-radius: 72px; border-radius: 72px; background-color: black; margin: 3em auto; } </style> </head> <body id="error"> <section id="main"> <div id="circle"></div> <h1><%= @error.to_s %></h1> </section> </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems